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

Change bootstrap ordering

This commit is contained in:
Rory Powell 2022-04-21 15:09:39 +01:00
parent 81cb05b9ef
commit e4709107b3

View file

@ -21,7 +21,7 @@
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "lerna link && ./scripts/link-dependencies.sh && lerna bootstrap",
"bootstrap": "lerna link && lerna bootstrap && ./scripts/link-dependencies.sh",
"build": "lerna run build",
"release": "lerna publish patch --yes --force-publish",
"release:develop": "lerna publish prerelease --yes --force-publish --dist-tag develop",