diff --git a/lefthook.yaml b/lefthook.yaml index cb23b3e..80e9d31 100644 --- a/lefthook.yaml +++ b/lefthook.yaml @@ -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}