Updating pro release script to fix dependencies.
This commit is contained in:
parent
86a85f47b5
commit
2e5c5e1af5
|
@ -36,10 +36,11 @@ cd ../budibase-pro
|
|||
# Install NPM credentials
|
||||
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
||||
|
||||
# Sync backend-core version in packages/pro/package.json
|
||||
# Sync budibase dependency versions in packages/pro/package.json
|
||||
# Ensures pro does not use out of date dependency
|
||||
cd packages/pro
|
||||
jq '.dependencies."@budibase/backend-core"="'$VERSION'"' package.json > package.json.tmp && mv package.json.tmp package.json
|
||||
jq '.dependencies."@budibase/types"="'$VERSION'"' package.json > package.json.tmp && mv package.json.tmp package.json
|
||||
|
||||
# Go back to pro repo root
|
||||
cd -
|
||||
|
@ -91,4 +92,4 @@ cd -
|
|||
git add packages/server/package.json
|
||||
git add packages/worker/package.json
|
||||
git commit -m "Update pro version to $VERSION"
|
||||
git push
|
||||
git push
|
||||
|
|
Loading…
Reference in New Issue