Skip to content

Commit

Permalink
build: use pnpm at husky pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 30, 2024
1 parent dc8315c commit 6911f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm test
npx lint-staged
pnpm test
pnpm dlx lint-staged

0 comments on commit 6911f64

Please sign in to comment.