We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac043bb commit d863107Copy full SHA for d863107
lib/pnpm-package-manager.ts
@@ -40,6 +40,7 @@ export class PnpmPackageManager extends BasePackageManager {
40
if (config.disableNpmInstall) {
41
return;
42
}
43
+ delete config.dev; // temporary fix for unsupported yarn flag
44
if (config.ignoreScripts) {
45
config["ignore-scripts"] = true;
46
0 commit comments