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