This commit is contained in:
Samuel Attard
2019-03-11 16:49:46 -07:00
parent b967ae4c51
commit 6b65e3523e
2 changed files with 3 additions and 3 deletions

View File

@@ -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'