From bc817377a65c7176ddc500ff6370fabaf47cad5a Mon Sep 17 00:00:00 2001 From: yuimarudev Date: Tue, 23 Jan 2024 23:10:24 +0900 Subject: [PATCH] fuck npm --- lefthook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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