feat: added ship run script
This commit is contained in:
parent
9c8c0938c0
commit
2ecef55226
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
"testall": "lerna run testci",
|
"testall": "lerna run testci",
|
||||||
"release": "lerna exec -- npm publish",
|
"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'",
|
"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'",
|
"bump": "git add . && git commit -m 'chore: Reconfigure packages'",
|
||||||
"contributors:add": "all-contributors add",
|
"contributors:add": "all-contributors add",
|
||||||
"contributors:generate": "all-contributors generate",
|
"contributors:generate": "all-contributors generate",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue