Replies: 1 comment 3 replies
-
Alternatively, each line of the output could be prefixed with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you run a command in workspaces, it is not obvious which log comes from which workspace.
For example, I have a monorepo with a certain number of packages. Each package has a "build" script. When I run
npm run build --ws
I get the following log:From the standard output it is absolutely not clear which log belongs to which workspace.
It would be much more convenient if npm grouped any log by workspaces and mark of them:
Beta Was this translation helpful? Give feedback.
All reactions