Skip to content

Commit

Permalink
do not lint all files pre-push, let us just do it on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 23, 2019
1 parent e952c3d commit e4808b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"husky": {
"hooks": {
"pre-commit": "npm run warn-only && lint-staged",
"pre-push": "npm run lint && npm run stop-only"
"pre-push": "npm run stop-only"
}
},
"lint-staged": {
Expand Down

0 comments on commit e4808b9

Please sign in to comment.