Just pass through the environment.

This commit is contained in:
joshaber 2015-12-28 13:17:06 -05:00
parent 71bf3a7546
commit 91ff9079d4

View File

@ -114,7 +114,7 @@ function bootstrap() {
{
command: moduleInstallCommand,
message: 'Installing modules...',
options: moduleInstallOptions
options: {env: moduleInstallEnv}
},
{
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),