1
0
Fork 0

chore: Reconfigure as part of bootstrap

This commit is contained in:
joostdecock 2022-12-30 17:43:55 +01:00
parent 11f4ff1445
commit 2c22d0bd9c

View file

@ -16,7 +16,7 @@
"tips": "node scripts/help.mjs", "tips": "node scripts/help.mjs",
"lab": "cd sites/lab && yarn start", "lab": "cd sites/lab && yarn start",
"lab-debug": "cd sites/lab && yarn start-debug", "lab-debug": "cd sites/lab && yarn start-debug",
"kickstart": "npx lerna bootstrap && yarn buildall && yarn prepare && yarn tips", "kickstart": "npx lerna bootstrap && yarn reconfigure && yarn buildall && yarn prepare && yarn tips",
"kickstart:windows": "npx lerna bootstrap && yarn wbuildall && yarn prepare && yarn tips", "kickstart:windows": "npx lerna bootstrap && yarn wbuildall && yarn prepare && yarn tips",
"cleanall": "lerna run clean", "cleanall": "lerna run clean",
"test": "lerna run test", "test": "lerna run test",