Skip to content

Commit

Permalink
do not print output as stdio is inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
amorscher committed Nov 23, 2023
1 parent c8a49c7 commit dfff223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/commands/run/src/index.ts
Expand Up @@ -250,7 +250,6 @@ export class RunCommand extends Command<RunCommandConfigOptions> {
pkg.name,
(getElapsed() / 1000).toFixed(1)
);
output(result.stdout);

return result;
});
Expand Down

0 comments on commit dfff223

Please sign in to comment.