Skip to content

Commit

Permalink
chore: Updated pre-commit husky hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil committed Sep 21, 2024
1 parent 65ef882 commit 6ef94f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again
npm run prettier:fix
npm run lint:fix
git update-index --again

0 comments on commit 6ef94f0

Please sign in to comment.