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.
ivy-ngcc
ngcc
1 parent e847ee5 commit 804d60dCopy full SHA for 804d60d
scripts/test.ts
@@ -95,7 +95,7 @@ export default function(args: ParsedArgs, logger: logging.Logger) {
95
} else if (args.shard !== undefined) {
96
// CI is really flaky with NGCC
97
// This is a working around test order and isolation issues.
98
- execSync('./node_modules/.bin/ivy-ngcc', { stdio: 'inherit' });
+ execSync('./node_modules/.bin/ngcc', { stdio: 'inherit' });
99
}
100
101
if (args.large) {
0 commit comments