git add changed package.json files
This commit is contained in:
parent
8a4ad5e128
commit
4f41571dd3
|
@ -84,6 +84,11 @@ cd -
|
||||||
cd packages/worker
|
cd packages/worker
|
||||||
jq '.dependencies."@budibase/pro"="'$VERSION'"' package.json > package.json.tmp && mv package.json.tmp package.json
|
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
|
# 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 commit -m "Update pro version to $VERSION"
|
||||||
git push
|
git push
|
Loading…
Reference in New Issue