We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c37e04 commit 9dc0235Copy full SHA for 9dc0235
package.json
@@ -4,7 +4,10 @@
4
"description": "Used in npm for command line application support",
5
"scripts": {
6
"test": "tap test/*.js --100",
7
- "snap": "TAP_SNAPSHOT=1 tap test/*.js --100"
+ "snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
8
+ "preversion": "npm test",
9
+ "postversion": "npm publish",
10
+ "postpublish": "git push origin --follow-tags"
11
},
12
"repository": {
13
"type": "git",
0 commit comments