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

Add lerna link back to fix embeeding files on server tests

This commit is contained in:
adrinr 2023-04-13 13:09:44 +01:00
parent 3bf9a16b63
commit 5d14b71c7e

View file

@ -22,7 +22,7 @@
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "./scripts/link-dependencies.sh",
"bootstrap": "lerna link && ./scripts/link-dependencies.sh",
"build": "lerna run --stream build",
"build:dev": "lerna run --stream prebuild && tsc --build --watch --preserveWatchOutput",
"backend:bootstrap": "./scripts/scopeBackend.sh && yarn run bootstrap",