Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 79fd235

Browse files
committed
ci: husky precommit uses pnpm
1 parent e2807c3 commit 79fd235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx lint-staged
4+
pnpm lint-staged

0 commit comments

Comments
 (0)