Assist_Design/.husky/pre-commit
Temuulen Ankhbayar 17ec53e08f chore: update config, dependencies, and lint-staged exclusions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 15:22:12 +09:00

11 lines
367 B
Plaintext
Executable File

# Stage all modified tracked files (includes manual fixes to already-staged files)
git add -u
# Run lint-staged on staged files (checks linting, formats with prettier, and re-stages)
pnpm lint-staged
# Run type check (temporarily disabled - story file TS errors need fixing)
# pnpm type-check
# Security audit is enforced in CI (`.github/workflows/security.yml`).