1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Pull submodule automatically

This commit is contained in:
adrinr 2023-04-16 11:02:10 +01:00
parent 7bd4c39929
commit b93d466d75

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