8 lines
115 B
JSON
8 lines
115 B
JSON
|
{
|
||
|
"hooks": {
|
||
|
"post-checkout": "yarn",
|
||
|
"pre-commit": "lint-staged",
|
||
|
"post-commit": "git status"
|
||
|
}
|
||
|
}
|