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
- The command may apply to only some workspaces through the use of \`--include\` which acts as a whitelist. The \`--exclude\` flag will do the opposite and will be a list of packages that mustn't execute the script. Both flags accept glob patterns (if valid Idents and supported by [micromatch](https://github.com/micromatch/micromatch)). Make sure to escape the patterns, to prevent your own shell from trying to expand them.
44
44
45
-
Adding the \`-v,--verbose\` flag (automatically enabled in interactive terminal environments) will cause Yarn to print more information; in particular the name of the workspace that generated the output will be printed at the front of each line.
45
+
The \`-l,--label\` flag will prefix all output with the name of the workspace that generated it.
46
+
47
+
The \`-v,--verbose\` flag (automatically enabled in interactive terminal environments) implies \`-l,--label\` and will additionally include start/stop and timing information.
46
48
47
49
If the command is \`run\` and the script being run does not exist the child workspace will be skipped without error.
0 commit comments