Skip to content

Commit

Permalink
Stop compiling tsc on pre-commit
Browse files Browse the repository at this point in the history
Should we even have a pre-commit hook? Could remove this and rely on CI
and editor integration.
  • Loading branch information
Philip Harrison committed Jul 26, 2021
1 parent 4414c7c commit 37ac77e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"lint-staged": {
"src/**/*.ts": [
"prettier --write",
"eslint --fix",
"bash -c tsc --noEmit"
"eslint --fix"
]
}
}

0 comments on commit 37ac77e

Please sign in to comment.