Browse Source

Merge pull request #5567 from Budibase/pro-build-fixes

git add changed package.json files
master
Rory Powell 4 years ago
committed by GitHub
parent
commit
e33a295506
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      scripts/pro/release.sh

5
scripts/pro/release.sh

@ -84,6 +84,11 @@ cd -
cd packages/worker
jq '.dependencies."@budibase/pro"="'$VERSION'"' package.json > package.json.tmp && mv package.json.tmp package.json
# Go back to budibase repo root
cd -
# Commit and push changes
git add packages/server/package.json
git add packages/worker/package.json
git commit -m "Update pro version to $VERSION"
git push
Loading…
Cancel
Save