1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

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 0c3d002d59

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