Skip to content

Commit 350f204

Browse files
committed
update publish scripts
1 parent 5b85d70 commit 350f204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"test": "cross-env BABEL_ENV=cjs mocha --require @babel/register test/**/*.test.js",
2929
"coverage": "cross-env NODE_ENV=test nyc mocha test/**/*.test.js",
3030
"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"
31+
"patch": "npm version patch",
32+
"minor": "npm version minor",
33+
"major": "npm version major",
34+
"postversion": "git push && git push --tags"
3535
},
3636
"nyc": {
3737
"require": [

0 commit comments

Comments
 (0)