Skip to content

Commit

Permalink
fix lefthook
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 21, 2024
1 parent 5a64844 commit dd39c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pre-commit:
commands:
check:
glob: "*.{js,ts,json}"
run: biome check --apply {staged_files} && git add {staged_files}
run: pnpm exec biome check --apply {staged_files} && git add {staged_files}

0 comments on commit dd39c65

Please sign in to comment.