Skip to content

Commit

Permalink
auto-publish and push on version update
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 7, 2017
1 parent 3d89b54 commit f245487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -52,7 +52,10 @@
"test": "node bin/run.js test/*.* --coverage -t3600 -sfails",
"smoke": "node bin/run.js --node-arg=test/test.js test/test/*.js -j2",
"posttest": "standard lib test",
"t": "node bin/run.js test/*.* -sfails.txt"
"t": "node bin/run.js test/*.* -sfails.txt",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": {
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit f245487

Please sign in to comment.