Skip to content

Commit ac8c9a3

Browse files
committed
docs(run): add --sequential
1 parent 7b0642b commit ac8c9a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/cli/run.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ immediately in all matching packages with prefixed streaming output. This is the
109109
preferred flag for long-running processes over many packages, for instance, a
110110
lengthy build process.
111111

112+
### --sequential
113+
114+
Alias for `--workspace-concurrency=1`. Run scripts one after another in a blocking
115+
manner rather than concurrently. Note that there are no guarantees that the scripts
116+
will run in topological sort order.
117+
112118
### --stream
113119

114120
Stream output from child processes immediately, prefixed with the originating

0 commit comments

Comments
 (0)