diff --git a/.husky/commit-msg b/.husky/commit-msg index 7627bbb..1a6f210 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx --no -- commitlint --edit $1 && exec < /dev/tty && npx cz --hook || true +exec < /dev/tty && npx cz --hook || true && npx --no -- commitlint --edit $1