Skip to content

Commit 9034ee4

Browse files
authored
chore(scripts): omit stdio in benchmark-size runner (#6658)
1 parent 66ee8f3 commit 9034ee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/benchmark-size/runner/local-registry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const localPublishChangedPackages = async (): Promise<string> => {
1717
console.info(`the package versions will be the actual version up with a patch version and preid "ci".`);
1818
await exec("yarn", ["local-publish"], {
1919
cwd: PROJECT_ROOT,
20-
stdio: "inherit",
2120
});
2221
console.info(`published ${readdirSync(join(PROJECT_ROOT, "verdaccio", "storage", "@aws-sdk")).length} packages`);
2322
return join(PROJECT_ROOT, "verdaccio", "config.yaml");

0 commit comments

Comments
 (0)