fix(@schematics/angular): rename the ivy-ngcc command to ngcc

With angular/angular#33140, the Angular Compatibility Compiler
executable will be renamed from `ivy-ngcc` to `ngcc`.
This commit is contained in:
George Kalpakas 2019-10-14 13:42:49 +03:00 committed by vikerman
parent e847ee5c83
commit 804d60de0c

View File

@ -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) {