Skip to content

Commit 00d8635

Browse files
committed
fix(husky): use pnpx
Defaulting to npx causes users to unexpectedly also have npx installed.
1 parent f29646e commit 00d8635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
pnpx lint-staged

0 commit comments

Comments
 (0)