.huskyrc 50 B

123456
  1. {
  2. "hooks": {
  3. "pre-commit": "npm test"
  4. }
  5. }