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