Merge pull request #2044 from github/elena/remove-lint
Don't lint on `git push`
This commit is contained in:
@@ -1483,7 +1483,7 @@
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run format-staged",
|
||||
"pre-push": "npm run lint && scripts/forbid-test-only"
|
||||
"pre-push": "scripts/forbid-test-only"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user