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.
1 parent ed16dce commit e9e2fd8Copy full SHA for e9e2fd8
scripts/benchmark-size/runner/index.ts
@@ -87,7 +87,6 @@ export const sizeReport = async (options: SizeReportOptions) => {
87
const packageContextToTest = testScope.filter((perTestScope) => changedPackageNames.includes(perTestScope.package));
88
console.info(`Found ${packageContextToTest.length} packages in the defined scope have size test scope.`);
89
const localRegistryProcess = spawnLocalRegistry(PORT);
90
- localRegistryProcess.stdout.pipe(process.stdout);
91
92
// Wait for the register to spin up.
93
await sleep(1000);
0 commit comments