Merge branch 'feature/event-backfill' of github.com:Budibase/budibase into feature/event-backfill

This commit is contained in:
Rory Powell 2022-06-10 22:57:45 +01:00
commit 9c671fd706
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "lerna link && lerna bootstrap && ./scripts/link-dependencies.sh",
"bootstrap": "lerna bootstrap && lerna link && ./scripts/link-dependencies.sh",
"build": "lerna run build",
"build:dev": "lerna run prebuild && tsc --build --watch --preserveWatchOutput",
"release": "lerna publish patch --yes --force-publish && yarn release:pro",