We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3fa00 commit 82c71edCopy full SHA for 82c71ed
npm/deepinstall.js
@@ -48,7 +48,7 @@ async.series([
48
}
49
break;
50
case 'pnpm':
51
- command = 'pnpm install --prod';
+ command = 'pnpm install --ignore-workspace --prod';
52
53
default:
54
command = pm + ' install --no-audit --production';
0 commit comments