Skip to content

Commit 9f969a6

Browse files
committed
test(size): attempt to log verdaccio stdout
1 parent 81f5a36 commit 9f969a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/benchmark-size/runner/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const sizeReport = async (options: SizeReportOptions) => {
8787
const packageContextToTest = testScope.filter((perTestScope) => changedPackageNames.includes(perTestScope.package));
8888
console.info(`Found ${packageContextToTest.length} packages in the defined scope have size test scope.`);
8989
const localRegistryProcess = spawnLocalRegistry(PORT);
90+
localRegistryProcess.stdout.pipe(process.stdout);
9091

9192
// Wait for the register to spin up.
9293
await sleep(1000);

0 commit comments

Comments
 (0)