1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Change bootstrap ordering

This commit is contained in:
Rory Powell 2022-04-21 15:09:39 +01:00
parent e62858be8b
commit 4048f31232

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