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 cf3b27b commit df2826aCopy full SHA for df2826a
package.json
@@ -20,7 +20,7 @@
20
"test": "tap test/*.js --cov",
21
"preversion": "npm test",
22
"postversion": "npm publish",
23
- "postpublish": "git push origin --all; git push origin --tags"
+ "postpublish": "git push origin --follow-tags"
24
},
25
"license": "ISC"
26
}
0 commit comments