mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Try running with verbose
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = function (packagePath, ci, stdioOptions) {
|
||||
installEnv.npm_config_target = CONFIG.appMetadata.electronVersion
|
||||
childProcess.execFileSync(
|
||||
CONFIG.getApmBinPath(),
|
||||
['--loglevel=error', ci ? 'ci' : 'install'],
|
||||
['--verbose', ci ? 'ci' : 'install'],
|
||||
{env: installEnv, cwd: packagePath, stdio: stdioOptions || 'inherit'}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user