Skip to content

Commit a596f6c

Browse files
committed
Tweak workspaces run doc to clarify gotcha with global scripts
1 parent e65f166 commit a596f6c

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-workspace-tools/sources/commands

1 file changed

+1
-1
lines changed

packages/plugin-workspace-tools/sources/commands/foreach.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class WorkspacesForeachCommand extends BaseCommand {
4444
4545
The \`-v,--verbose\` flag can be passed up to twice: once to prefix output lines with the originating workspace's name, and again to include start/finish/timing log lines. Maximum verbosity is enabled by default in terminal environments.
4646
47-
If the command is \`run\` and the script being run does not exist the child workspace will be skipped without error.
47+
If the command is \`run\` and the script being run does not exist the child workspace will be skipped without error. Note that if the script has a \`:\` in the name, it is considered to exist on all workspaces if any workspace has a script with that name.
4848
`,
4949
examples: [[
5050
`Publish all packages`,

0 commit comments

Comments
 (0)