diff options
| author | Fuwn <[email protected]> | 2021-05-01 22:55:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 22:55:06 -0700 |
| commit | c7b4a99abcdce95ce2254bd9cf9d8e2ae1075eea (patch) | |
| tree | a13e5525c76711a1558158bd5e1fae0d6e5820a5 | |
| parent | docs(readme): add a section detailing known issues (diff) | |
| download | whirl-c7b4a99abcdce95ce2254bd9cf9d8e2ae1075eea.tar.xz whirl-c7b4a99abcdce95ce2254bd9cf9d8e2ae1075eea.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 |