Update install.js
This commit is contained in:
parent
d07529feca
commit
2b510d7a06
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ download({
|
||||||
arch: process.env.npm_config_arch,
|
arch: process.env.npm_config_arch,
|
||||||
strictSSL: process.env.npm_config_strict_ssl === 'true',
|
strictSSL: process.env.npm_config_strict_ssl === 'true',
|
||||||
force: process.env.force_no_cache === 'true',
|
force: process.env.force_no_cache === 'true',
|
||||||
quiet: process.env.npm_config_loglevel === 'silent'
|
quiet: process.env.npm_config_loglevel === 'silent' || process.env.CI
|
||||||
}, extractFile)
|
}, extractFile)
|
||||||
|
|
||||||
// unzips and makes path.txt point at the correct executable
|
// unzips and makes path.txt point at the correct executable
|
||||||
|
|
Loading…
Reference in a new issue