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 5b85d70 commit 350f204Copy full SHA for 350f204
package.json
@@ -28,10 +28,10 @@
28
"test": "cross-env BABEL_ENV=cjs mocha --require @babel/register test/**/*.test.js",
29
"coverage": "cross-env NODE_ENV=test nyc mocha test/**/*.test.js",
30
"version": "npm run build",
31
- "patch": "npm version patch && npm publish",
32
- "minor": "npm version minor && npm publish",
33
- "major": "npm version major && npm publish",
34
- "postpublish": "git push && git push --tags"
+ "patch": "npm version patch",
+ "minor": "npm version minor",
+ "major": "npm version major",
+ "postversion": "git push && git push --tags"
35
},
36
"nyc": {
37
"require": [
0 commit comments