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 c9f9be0 commit 7dc9978Copy full SHA for 7dc9978
package.json
@@ -54,6 +54,7 @@
54
"config": {
55
"ghooks": {
56
"pre-commit": "npm run lint",
57
+ "post-commit": "git status",
58
"pre-push": "npm test",
59
"post-merge": "npm install",
60
"commit-msg": "validate-commit-msg"
0 commit comments