Skip to content

Commit

Permalink
fix: pnpm support for installing dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and rigor789 committed Sep 4, 2020
1 parent ac043bb commit d863107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pnpm-package-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class PnpmPackageManager extends BasePackageManager {
if (config.disableNpmInstall) {
return;
}
delete config.dev; // temporary fix for unsupported yarn flag
if (config.ignoreScripts) {
config["ignore-scripts"] = true;
}
Expand Down

0 comments on commit d863107

Please sign in to comment.