feat: typescript-check on pre-commit

This commit is contained in:
FreeAoi 2024-04-16 14:11:55 -06:00
parent 773c0a38c7
commit c860d9ba84

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
npx lint-staged npx tsc --noEmit && npx lint-staged