Skip to content

Commit

Permalink
chore(scripts): omit stdio in benchmark-size runner (#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Nov 13, 2024
1 parent 66ee8f3 commit 9034ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/benchmark-size/runner/local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const localPublishChangedPackages = async (): Promise<string> => {
console.info(`the package versions will be the actual version up with a patch version and preid "ci".`);
await exec("yarn", ["local-publish"], {
cwd: PROJECT_ROOT,
stdio: "inherit",
});
console.info(`published ${readdirSync(join(PROJECT_ROOT, "verdaccio", "storage", "@aws-sdk")).length} packages`);
return join(PROJECT_ROOT, "verdaccio", "config.yaml");
Expand Down

0 comments on commit 9034ee4

Please sign in to comment.