mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
These commands will log, so no need to do it ourselves.
This commit is contained in:
parent
91ff9079d4
commit
2ccbdee48f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user