Skip to content

Commit

Permalink
chore(.husky): change npx to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqro-dev committed Dec 5, 2024
1 parent 67e528a commit bb68c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
pnpm dlx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"bun": "please-use-pnpm",
"pnpm": "9.14.2"
"pnpm": ">=9"
},
"packageManager": "pnpm@9.14.2"
}

0 comments on commit bb68c67

Please sign in to comment.