diff --git a/.husky/pre-commit b/.husky/pre-commit index 0257299..d344bfc 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh npm run format || exit 1 npm run lint:fix || exit 1 -npm run build || exit 1 +tsc || exit 1