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 0440784 commit fc2c8d4Copy full SHA for fc2c8d4
.simple-git-hooks.json
@@ -1,5 +1,5 @@
1
{
2
- "prepare-commit-msg": "exec < /dev/tty && yarn cz --hook || true",
+ "commit-msg": "yarn commitlint --edit \"$1\"",
3
"pre-commit": "yarn lint-staged",
4
"pre-push": "yarn test"
5
}
0 commit comments