diff --git a/.husky/pre-commit b/.husky/pre-commit index 0312b76..a4158bf 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged \ No newline at end of file +npx tsc --noEmit && npx lint-staged \ No newline at end of file