We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b589d commit 07c2bdeCopy full SHA for 07c2bde
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"test": "mocha test/**/*-test.js",
11
"preversion": "npm test",
12
- "postversion": "git push && git push --tags"
+ "postversion": "git push && git push --tags && npm publish"
13
},
14
"author": "Robert Jackson <[email protected]>",
15
"license": "MIT",
0 commit comments