We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0642b commit ac8c9a3Copy full SHA for ac8c9a3
docs/cli/run.md
@@ -109,6 +109,12 @@ immediately in all matching packages with prefixed streaming output. This is the
109
preferred flag for long-running processes over many packages, for instance, a
110
lengthy build process.
111
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
118
### --stream
119
120
Stream output from child processes immediately, prefixed with the originating
0 commit comments