You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because yarn workspaces foreach shows output from many commands, if you run e.g. yarn test and there is one package whose tests fails, you have to painstakingly scroll up and rake over the output with a fine-toothed comb. We should make this output easier to read (especially for tests).
The text was updated successfully, but these errors were encountered:
I looked through the Yarn repo to see if anyone has run into this problem and is talking about it, but I didn't find anything. I think we may have to implement this ourselves. Perhaps for all of the scripts we want to run with yarn workspaces foreach, we write the exit code and/or output to a file and then parse that file after the foreach command is done.
Because
yarn workspaces foreach
shows output from many commands, if you run e.g.yarn test
and there is one package whose tests fails, you have to painstakingly scroll up and rake over the output with a fine-toothed comb. We should make this output easier to read (especially for tests).The text was updated successfully, but these errors were encountered: