Replies: 1 comment 1 reply
-
|
IMO |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
The "packages in scope" summary message (
• Packages in scope:) appears at the start of every Turbo run and cannot be suppressed using existing configuration options. This message is verbose and clutters the terminal output, especially in large monorepos with hundreds of packages.Non-goals
Background
Steps to Reproduce
turbo.jsonwithoutputLogs: "new-only"or use--output-logs=new-onlyflagturbo run <task>Proposal
Having a config in
turbo.jsonto control this behaviorBeta Was this translation helpful? Give feedback.
All reactions