mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
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:
parent
e847ee5c83
commit
804d60de0c
@ -95,7 +95,7 @@ export default function(args: ParsedArgs, logger: logging.Logger) {
|
|||||||
} else if (args.shard !== undefined) {
|
} else if (args.shard !== undefined) {
|
||||||
// CI is really flaky with NGCC
|
// CI is really flaky with NGCC
|
||||||
// This is a working around test order and isolation issues.
|
// 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) {
|
if (args.large) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user