We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613fe31 commit fe1be78Copy full SHA for fe1be78
child-install.js
@@ -15,5 +15,5 @@ fs.readdirSync(lib).forEach(function(mod) {
15
const cmd = /^win/.test(process.platform) ? 'npm.cmd' : 'npm';
16
17
// install folder
18
- cp.spawn(cmd, ['install'], { env: process.env, cwd: modPath, stdio: 'inherit' });
+ cp.spawn(cmd, ['ci'], { env: process.env, cwd: modPath, stdio: 'inherit' });
19
});
0 commit comments