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 15a0086 commit 558bb38Copy full SHA for 558bb38
.husky/commit-msg
@@ -1,4 +1,2 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
+yarn commitlint --edit "$1"
3
4
-yarn commitlint --edit "${1}"
.husky/pre-commit
@@ -1,2 +1,2 @@
-yarn commitlint --edit || exec < /dev/tty && yarn txo-cz --hook > /dev/null 2>&1 || true
+yarn git-hook
.husky/prepare-commit-msg
-
yarn commitlint --edit || exec < /dev/tty && yarn txo-cz --hook > /dev/null 2>&1 || true
+
0 commit comments