mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
6 lines
101 B
JSON
6 lines
101 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/huskyrc",
|
|
"hooks": {
|
|
"pre-push": "yarn test"
|
|
}
|
|
}
|