hyper/.huskyrc.json
2019-12-31 05:15:53 +01:00

6 lines
101 B
JSON

{
"$schema": "http://json.schemastore.org/huskyrc",
"hooks": {
"pre-push": "yarn test"
}
}