Skip to content

Commit d3d4a5f

Browse files
authored
Merge pull request #778 from ckaznocha/develop
Update deepinstall.js to fix pnpm install
2 parents 011f6e1 + 82c71ed commit d3d4a5f

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)