mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
parent
061b941722
commit
3912fdee5d
@ -264,7 +264,10 @@ export abstract class ArchitectCommand<
|
|||||||
const run = await this._architect.scheduleTarget(
|
const run = await this._architect.scheduleTarget(
|
||||||
target,
|
target,
|
||||||
overrides as json.JsonObject,
|
overrides as json.JsonObject,
|
||||||
{ logger: this.logger },
|
{
|
||||||
|
logger: this.logger,
|
||||||
|
analytics: isPackageNameSafeForAnalytics(builderConf) ? this.analytics : undefined,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
const result = await run.output.toPromise();
|
const result = await run.output.toPromise();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user