Path fixes

This commit is contained in:
Rory Powell 2022-04-22 12:10:39 +01:00
parent d91558486c
commit 12279aff53
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