diff options
| author | Fuwn <[email protected]> | 2021-05-01 22:55:06 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 22:55:06 +0000 |
| commit | 84130cb2891bab57270f465d55347a6e663bbe7c (patch) | |
| tree | 7836cb1f4dab3d6752f61667d1985bc7474bcd86 | |
| parent | docs(readme): add a section detailing known issues (diff) | |
| download | whirl-84130cb2891bab57270f465d55347a6e663bbe7c.tar.xz whirl-84130cb2891bab57270f465d55347a6e663bbe7c.zip | |
ci(git): temporarily disable prepare-commit-msg hook
| -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 |