diff --git a/lefthook.yml b/lefthook.yml index 4cf7bcf..423566e 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -2,4 +2,4 @@ pre-commit: commands: check: glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}" - run: npx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again \ No newline at end of file + run: pnpm exec biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again \ No newline at end of file