Skip to content

Commit 8f5e886

Browse files
committed
Merge branch 'feat/ns7-features' of https://github.com/NativeScript/nativescript-cli into feat/ns7-features
2 parents 7362ebb + fa19dc1 commit 8f5e886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pnpm-package-manager.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export class PnpmPackageManager extends BasePackageManager {
4040
if (config.disableNpmInstall) {
4141
return;
4242
}
43+
delete config.dev; // temporary fix for unsupported yarn flag
4344
if (config.ignoreScripts) {
4445
config["ignore-scripts"] = true;
4546
}

0 commit comments

Comments
 (0)