Skip to content

Commit 82c71ed

Browse files
authored
Update deepinstall.js
1 parent 2d3fa00 commit 82c71ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/deepinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async.series([
4848
}
4949
break;
5050
case 'pnpm':
51-
command = 'pnpm install --prod';
51+
command = 'pnpm install --ignore-workspace --prod';
5252
break;
5353
default:
5454
command = pm + ' install --no-audit --production';

0 commit comments

Comments
 (0)