mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
Okay, add it to the end
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(),
|
||||
['--verbose', ci ? 'ci' : 'install'],
|
||||
[ci ? 'ci' : 'install', '--verbose'],
|
||||
{env: installEnv, cwd: packagePath, stdio: stdioOptions || 'inherit'}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user