Execute pro checks on preinstall
This commit is contained in:
parent
1b8a780cb2
commit
7cc859087e
|
@ -21,6 +21,7 @@
|
|||
"typescript": "4.7.3"
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "node scripts/syncProPackage.js",
|
||||
"setup": "git config submodule.recurse true && git submodule update && node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
|
||||
"bootstrap": "./scripts/bootstrap.sh && lerna link && ./scripts/link-dependencies.sh",
|
||||
"build": "lerna run --stream build",
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
node scripts/syncProPackage.js
|
||||
yarn
|
||||
|
||||
if [ -d "packages/pro/packages" ]; then
|
||||
cd packages/pro
|
||||
|
||||
|
|
Loading…
Reference in New Issue