We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f13a24 commit 35b0b4fCopy full SHA for 35b0b4f
packages/angular/cli/models/architect-command.ts
@@ -264,7 +264,10 @@ export abstract class ArchitectCommand<
264
const run = await this._architect.scheduleTarget(
265
target,
266
overrides as json.JsonObject,
267
- { logger: this.logger },
+ {
268
+ logger: this.logger,
269
+ analytics: isPackageNameSafeForAnalytics(builderConf) ? this.analytics : undefined,
270
+ },
271
);
272
273
const result = await run.output.toPromise();
0 commit comments