Skip to content

Commit

Permalink
chore: fix lint-staged precommit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 19, 2022
1 parent 297e937 commit 677c3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
npx --no-install lint-staged

0 comments on commit 677c3c1

Please sign in to comment.