Files
BMAD-METHOD/.husky/pre-commit

8 lines
120 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2025-11-05 13:15:42 -06:00
# Auto-fix changed files and stage them
npx --no-install lint-staged
2025-11-05 13:15:42 -06:00
# Validate everything
npm test