6 lines
101 B
JSON
6 lines
101 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/huskyrc",
|
|
"hooks": {
|
|
"pre-push": "yarn test"
|
|
}
|
|
}
|