Skip to content

Commit a1d47ab

Browse files
chore: Helper script for major releases
1 parent d4738d0 commit a1d47ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"lint:prettier": "prettier --check .",
2525
"lint:tsc": "tsc --noEmit",
2626
"npm:publish": "npm publish",
27+
"npm:publish:major": "npm version major && npm publish",
2728
"npm:publish:minor": "npm version minor && npm publish",
2829
"npm:publish:patch": "npm version patch && npm publish",
2930
"test": "tsc && node $(yarn bin mocha) output/*.test.js",

0 commit comments

Comments
 (0)