open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Logs of the commands running are not readable #451

Open akanshgulati opened 9 months ago

akanshgulati commented 9 months ago
- package.json (css-xp)
- packages
    - package1
       - package.json (cypress-tools)
Screenshot 2023-11-22 at 1 58 35 PM
akanshgulati commented 9 months ago

@paescuj Can you help on this issue?

paescuj commented 9 months ago

Reproduction: Take any mono-repo in which concurrently is running on parent package.json script and that script is running any command inside any mono-repo

Could you share an example script/package.json for easier reproduction?