wut
This commit is contained in:
parent
b967ae4c51
commit
6b65e3523e
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue