Skip to content

Commit

Permalink
fix(src): fix pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs authored Dec 11, 2024
1 parent 3aee84c commit 1c7c619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packageManagers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PACKAGE_MANAGERS = {
execNoInstall: "yarn",
},
pnpm: {
install: "pnpm add",
install: "pnpm add -g",
exec: "pnpm exec",
execNoInstall: "pnpm exec",
},
Expand Down

0 comments on commit 1c7c619

Please sign in to comment.