Skip to content

Commit

Permalink
call npx in husky pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Aug 29, 2023
1 parent 3a9daa7 commit 9f2d402
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,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

eslint --fix src
npx eslint --fix src
npm test

0 comments on commit 9f2d402

Please sign in to comment.