1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

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

git add changed package.json files
This commit is contained in:
Rory Powell 2022-04-25 12:59:16 +01:00 committed by GitHub
commit 90450db4e4

View file

@ -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