Skip to content

Commit 2a5b8fe

Browse files
committed
chore: Add additional publishing scripts
1 parent fd44a90 commit 2a5b8fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"scripts": {
2626
"install": "lerna bootstrap",
2727
"publish": "lerna publish && git commit -am \"chore: Update changelog\" && git push origin",
28+
"publish:major": "lerna publish major && git commit -am \"chore: Update changelog\" && git push origin",
29+
"publish:minor": "lerna publish minor && git commit -am \"chore: Update changelog\" && git push origin",
30+
"publish:patch": "lerna publish patch && git commit -am \"chore: Update changelog\" && git push origin",
2831
"publish:premajor": "lerna publish premajor --preid pre --pre-dist-tag pre && git commit -am \"chore: Update version and changelog\" && git push origin",
2932
"publish:prerelease": "lerna publish prerelease --preid pre --pre-dist-tag pre --dist-tag pre --force-publish && git commit -am \"chore: Update version and changelog\" && git push origin",
3033
"prettier": "npx prettier \"packages/{,!(node_modules)/**/(src|test)/**/}*.ts\" --write",

0 commit comments

Comments
 (0)