Skip to content

Commit

Permalink
Merge pull request #11441 from CesiumGS/workspaces-prod-check
Browse files Browse the repository at this point in the history
Ensure most recent workspaces are tested in travis
  • Loading branch information
jjhembd authored Aug 1, 2023
2 parents 73ff687 + 40d7e4e commit 75ff6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if [ $TRAVIS_BRANCH == "cesium.com" ]; then
else
npm --silent run make-zip
npm pack &> /dev/null
npm pack --workspaces &> /dev/null
fi

npm --silent run build-apps
Expand Down

0 comments on commit 75ff6fa

Please sign in to comment.