Skip to content

Commit fc2c8d4

Browse files
authored
refactor: fix commit hooks (#773)
1 parent 0440784 commit fc2c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.simple-git-hooks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"prepare-commit-msg": "exec < /dev/tty && yarn cz --hook || true",
2+
"commit-msg": "yarn commitlint --edit \"$1\"",
33
"pre-commit": "yarn lint-staged",
44
"pre-push": "yarn test"
55
}

0 commit comments

Comments
 (0)