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 d679dc0 commit df100edCopy full SHA for df100ed
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
39
"preversion": "npm test",
40
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
41
- "postversion": "git push --follow-tags",
+ "prepublishOnly": "git push --follow-tags",
42
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
43
"depcheck": "depcheck --ignores docdash,compression,cors"
44
},
0 commit comments