Skip to content

Commit

Permalink
chore: use npx in pre-commit hook (#457)
Browse files Browse the repository at this point in the history
* chore: use npx in pre-commit hook

* Update pre-commit
  • Loading branch information
SimenB committed Dec 1, 2022
1 parent 9ec1e58 commit ad1d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

$(npm bin)/lint-staged
npx --no lint-staged

0 comments on commit ad1d43c

Please sign in to comment.