diff --git a/.husky/post-commit b/.husky/post-commit index e8ad148..3e27768 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,4 +1,6 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +exec >/dev/tty 2>&1 + npm run release:check diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc..6e41430 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,6 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +exec >/dev/tty 2>&1 + npx lint-staged