Skip to content

Commit

Permalink
fixed husky
Browse files Browse the repository at this point in the history
  • Loading branch information
nischal-shetty2 committed Sep 25, 2024
1 parent 31110fc commit 52ec3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint:fix
npm run format:fix
npm run lint:fix

git add .

Expand Down

0 comments on commit 52ec3ca

Please sign in to comment.