Skip to content

Commit

Permalink
Fix incorrect npx command in git hook script template (#236)
Browse files Browse the repository at this point in the history
Doc fixed in #218
Template partially fixed in #224
  • Loading branch information
PikachuEXE authored and Envek committed Oct 2, 2021
1 parent d11f933 commit cae5b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/templates/hook.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ call_lefthook()
bundle exec lefthook $@
elif npx @arkweid/lefthook -h >/dev/null 2>&1
then
npx lefthook $@
npx @arkweid/lefthook $@
elif yarn lefthook -h >/dev/null 2>&1
then
yarn lefthook $@
Expand Down

0 comments on commit cae5b37

Please sign in to comment.