diff --git a/scripts/test.ts b/scripts/test.ts index a8d8c0a7fb..1586750219 100644 --- a/scripts/test.ts +++ b/scripts/test.ts @@ -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) {