diff --git a/.husky/pre-commit b/.husky/pre-commit index 2f3977a..9d86983 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -6,4 +6,7 @@ if [ "$branch" = "main" ]; then fi npx lint-staged + npm run compile +npm run lint +npm run check-types