1
0
Fork 0

feat: added ship run script

This commit is contained in:
Joost De Cock 2022-01-05 19:00:52 +01:00
parent 9c8c0938c0
commit 2ecef55226

View file

@ -24,6 +24,7 @@
"testall": "lerna run testci",
"release": "lerna exec -- npm publish",
"postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'",
"ship": "lerna exec --no-bail -- npm publish",
"bump": "git add . && git commit -m 'chore: Reconfigure packages'",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",