Skip to content

Commit 07c2bde

Browse files
committed
Ensure versions are published to NPM.
1 parent 20b589d commit 07c2bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "mocha test/**/*-test.js",
1111
"preversion": "npm test",
12-
"postversion": "git push && git push --tags"
12+
"postversion": "git push && git push --tags && npm publish"
1313
},
1414
"author": "Robert Jackson <[email protected]>",
1515
"license": "MIT",

0 commit comments

Comments
 (0)