mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
wut
This commit is contained in:
@@ -132,7 +132,7 @@ async function installSpecModules () {
|
||||
npm_config_nodedir: nodeDir,
|
||||
npm_config_msvs_version: '2017'
|
||||
})
|
||||
const { status } = childProcess.spawnSync(NPM_CMD, ['install'], {
|
||||
const { status } = childProcess.spawnSync(NPM_CMD, ['ci'], {
|
||||
env,
|
||||
cwd: path.resolve(__dirname, '../spec'),
|
||||
stdio: 'inherit'
|
||||
|
||||
Reference in New Issue
Block a user