Skip to content

Commit

Permalink
fix(@schematics/angular): rename the ivy-ngcc command to ngcc
Browse files Browse the repository at this point in the history
With angular/angular#33140, the Angular Compatibility Compiler
executable will be renamed from `ivy-ngcc` to `ngcc`.
  • Loading branch information
gkalpak authored and vikerman committed Oct 16, 2019
1 parent e847ee5 commit 804d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function(args: ParsedArgs, logger: logging.Logger) {
} else if (args.shard !== undefined) {
// CI is really flaky with NGCC
// This is a working around test order and isolation issues.
execSync('./node_modules/.bin/ivy-ngcc', { stdio: 'inherit' });
execSync('./node_modules/.bin/ngcc', { stdio: 'inherit' });
}

if (args.large) {
Expand Down

0 comments on commit 804d60d

Please sign in to comment.