dashboard/.huskyrc
2020-01-22 15:57:30 +03:00

6 lines
67 B
Plaintext

{
"hooks": {
"pre-push": "npm run test-silent"
}
}