oasis/.huskyrc
2019-09-16 15:50:03 -07:00

6 lines
50 B
Plaintext

{
"hooks": {
"pre-commit": "npm test"
}
}