Remove unnecessary husky pre-commit script lines to streamline linting process

This commit is contained in:
barsa 2025-12-16 13:54:51 +09:00
parent b99799c2fe
commit b5c917be33

View File

@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm lint-staged pnpm lint-staged
pnpm type-check pnpm type-check