Skip to content

Commit

Permalink
Fix pre-commit hook paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed May 1, 2023
1 parent 291da8e commit d94df82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./node_modules/.bin/repo-tools check-remote && lint-staged && flow
./node_modules/.bin/repo-tools check-remote && ./node_modules/.bin/lint-staged && ./node_modules/.bin/flow

0 comments on commit d94df82

Please sign in to comment.