Skip to content

Commit

Permalink
Remove typecheck and compile steps from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 5, 2024
1 parent 0478efe commit 727fc64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
npx --yes prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
yarn typecheck
yarn compile
git update-index --again

0 comments on commit 727fc64

Please sign in to comment.