diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 17e2764cd..249fea58a 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -exec < /dev/tty && npx cz --hook || true +( exec < /dev/tty && npx cz --hook ) || true 2> /dev/null