Skip to content

Commit 06c2213

Browse files
committed
refactor: fix commit hooks
1 parent 62daf1d commit 06c2213

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)