We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4738d0 commit a1d47abCopy full SHA for a1d47ab
package.json
@@ -24,6 +24,7 @@
24
"lint:prettier": "prettier --check .",
25
"lint:tsc": "tsc --noEmit",
26
"npm:publish": "npm publish",
27
+ "npm:publish:major": "npm version major && npm publish",
28
"npm:publish:minor": "npm version minor && npm publish",
29
"npm:publish:patch": "npm version patch && npm publish",
30
"test": "tsc && node $(yarn bin mocha) output/*.test.js",
0 commit comments