1
0
Fork 0
mirror of synced 2024-06-25 01:20:55 +12:00

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

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",