We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fd3df commit 42fe369Copy full SHA for 42fe369
package.json
@@ -7,6 +7,9 @@
7
"license": "ISC",
8
"repository": "git://github.com/isaacs/rimraf.git",
9
"scripts": {
10
+ "preversion": "npm test",
11
+ "postversion": "npm publish",
12
+ "postpublish": "git push origin --all; git push origin --tags",
13
"test": "tap test/*.js"
14
},
15
"bin": "./bin.js",
0 commit comments