Skip to content

Commit

Permalink
chore: fix compatibility check for bump PRs
Browse files Browse the repository at this point in the history
Adds `DOWNLOAD_LATEST=true` when running compatibility check in
build.sh. This prevents the script from attempting to download versions
of the modules that have not been published.

Long term fix will have to distinguish whether the current version in
lerna.json has been published, and if not download latest instead.
  • Loading branch information
MrArnoldPalmer authored May 15, 2020
1 parent a314db4 commit 09a1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ echo "==========================================================================
echo "building..."
time lerna run $bail --stream $runtarget || fail

/bin/bash scripts/check-api-compatibility.sh
DOWNLOAD_LATEST=true /bin/bash scripts/check-api-compatibility.sh

touch $BUILD_INDICATOR

0 comments on commit 09a1f33

Please sign in to comment.