|
|
|
@ -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 link && lerna bootstrap --loglevel debug && ./scripts/link-dependencies.sh", |
|
|
|
"build": "lerna run build", |
|
|
|
"build:watch": "lerna run build:watch --ignore @budibase/backend-core --stream --parallel", |
|
|
|
"release": "lerna publish patch --yes --force-publish && yarn release:pro", |
|
|
|
|