Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Lint all files before comit
Browse files Browse the repository at this point in the history
  • Loading branch information
vincaslt committed Oct 1, 2019
1 parent a688037 commit 9e0d72d
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 @@ -19,7 +19,7 @@
},
"husky": {
"hooks": {
"pre-commit": "tsc && lint-staged"
"pre-commit": "npm run check-types && lint-staged"
}
},
"lint-staged": {
Expand Down

0 comments on commit 9e0d72d

Please sign in to comment.