These commands will log, so no need to do it ourselves.

This commit is contained in:
joshaber 2015-12-28 13:29:28 -05:00
parent 91ff9079d4
commit 2ccbdee48f

View File

@ -113,13 +113,9 @@ function bootstrap() {
},
{
command: moduleInstallCommand,
message: 'Installing modules...',
options: {env: moduleInstallEnv}
},
{
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
message: 'Deduping modules...'
}
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' ')
];
process.chdir(path.dirname(__dirname));