Skip to content

Commit

Permalink
autopublish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 2, 2019
1 parent 21fd3df commit 42fe369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -7,6 +7,9 @@
"license": "ISC",
"repository": "git://github.com/isaacs/rimraf.git",
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags",
"test": "tap test/*.js"
},
"bin": "./bin.js",
Expand Down

0 comments on commit 42fe369

Please sign in to comment.