Skip to content

Commit

Permalink
chore(git-tools): Resolved issue with pre-push hook path
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jan 19, 2024
1 parent 6a81b6a commit 561401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pre-push:
validate:
files: "git diff --name-only HEAD @{push}"
glob: "**/*.*"
run: "node ./dist/packages/git-tools/hooks/pre-push.js {files} && git update-index"
run: "node ./dist/packages/git-tools/bin/pre-push.js {files} && git update-index"
lint:
files: "git diff --name-only HEAD @{push}"
glob: "**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
Expand Down

0 comments on commit 561401b

Please sign in to comment.