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

Path fixes
This commit is contained in:
Rory Powell 2022-04-22 12:12:06 +01:00 committed by GitHub
commit e8922241fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ lerna publish $VERSION --yes --force-publish --dist-tag $TAG
# reset main and types to point to src for dev
cd packages/pro
jq '.main = "src/index.ts" | .types = "src/index.ts"' package.json > package.json.tmp && mv package.json.tmp package.json
cd ../../
cd -
git add packages/pro/package.json
git commit -m 'Prep dev'
git push
cd -
cd ../budibase
if [[ $COMMAND == "develop" ]]; then
# Pin pro version for develop container build