diff options
Diffstat (limited to '.husky/prepare-commit-msg')
| -rw-r--r-- | .husky/prepare-commit-msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 5c18e4b..e30b381 100644 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -exec < /dev/tty && node_modules/.bin/cz --hook || true +# exec < /dev/tty && node_modules/.bin/cz --hook || true |