* fix(detect-breaking-changes): use the base.ref for backport compatibility
* chore(check-breaking-changes): update path to previous package dist directory
(cherry picked from commit f885c2ede9)
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
co-authored by
Jack Westbrook
parent
eb666f12a7
commit
c6a58003d1
@@ -12,7 +12,7 @@ while IFS=" " read -r -a package; do
|
||||
PACKAGE_PATH=$(basename "$package")
|
||||
|
||||
# Calculate current and previous package paths / names
|
||||
PREV="./main/packages/$PACKAGE_PATH/dist/"
|
||||
PREV="./base/packages/$PACKAGE_PATH/dist/"
|
||||
CURRENT="./pr/packages/$PACKAGE_PATH/dist/"
|
||||
|
||||
# Temporarily skipping these packages as they don't have any exposed static typing
|
||||
|
||||
Reference in New Issue
Block a user