1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Execute pro checks on preinstall

This commit is contained in:
adrinr 2023-04-21 18:22:19 +01:00
parent 1b8a780cb2
commit 7cc859087e
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -1,6 +1,3 @@
node scripts/syncProPackage.js
yarn
if [ -d "packages/pro/packages" ]; then
cd packages/pro