Pull submodule automatically

This commit is contained in:
adrinr 2023-04-16 11:02:10 +01:00
parent 7bd4c39929
commit b93d466d75
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"typescript": "4.7.3"
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"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",
"build:dev": "lerna run --stream prebuild && tsc --build --watch --preserveWatchOutput",