.huskyrc.json 50 B

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