1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

automate release

This commit is contained in:
Martin McKeaveney 2021-05-26 15:37:15 +01:00
parent aa224e4415
commit 2e1b4781ae

View file

@ -23,7 +23,7 @@
"initialise": "lerna run initialise",
"publishdev": "lerna run publishdev",
"publishnpm": "yarn build && lerna publish --force-publish",
"release": "yarn build && lerna publish --force-publish --yes",
"release": "yarn build && lerna publish patch --yes --force-publish",
"restore": "yarn run clean && yarn run bootstrap && yarn run build",
"nuke": "yarn run nuke:packages && yarn run nuke:docker",
"nuke:packages": "yarn run restore",