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 16f5ca0 commit 1710fb0Copy full SHA for 1710fb0
package.json
@@ -35,6 +35,7 @@
35
"changelog": "node resources/gen-changelog.js",
36
"preversion": ". ./resources/checkgit.sh",
37
"version": "node resources/gen-version.js && npm test",
38
+ "postversion": "git commit --amend --all --no-edit",
39
"prepublishOnly": ". ./resources/prepublish.sh",
40
"gitpublish": ". ./resources/gitpublish.sh"
41
},
0 commit comments