зеркало из https://github.com/electron/electron.git
test: inherit stdio when 'npm install'ing spec deps (#14740)
This commit is contained in:
Родитель
76cd065291
Коммит
2538e20c4d
|
@ -26,7 +26,8 @@ getSpecHash().then(([currentSpecHash, currentSpecInstallHash]) => {
|
|||
npm_config_nodedir: path.resolve(BASE, `out/${utils.OUT_DIR}/gen/node_headers`),
|
||||
npm_config_msvs_version: '2017'
|
||||
}),
|
||||
cwd: path.resolve(__dirname, '../spec')
|
||||
cwd: path.resolve(__dirname, '../spec'),
|
||||
stdio: 'inherit'
|
||||
})
|
||||
if (out.status !== 0) {
|
||||
console.error('Failed to npm install in the spec folder')
|
||||
|
|
Загрузка…
Ссылка в новой задаче