Skip to content

Commit fe1be78

Browse files
author
Travis Harris
authoredMar 26, 2019
Change install to ci to avoid messing with package-lock.json (#3758)
1 parent 613fe31 commit fe1be78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎child-install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ fs.readdirSync(lib).forEach(function(mod) {
1515
const cmd = /^win/.test(process.platform) ? 'npm.cmd' : 'npm';
1616

1717
// install folder
18-
cp.spawn(cmd, ['install'], { env: process.env, cwd: modPath, stdio: 'inherit' });
18+
cp.spawn(cmd, ['ci'], { env: process.env, cwd: modPath, stdio: 'inherit' });
1919
});

0 commit comments

Comments
 (0)
Please sign in to comment.