We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0642b commit 54eebecCopy full SHA for 54eebec
docs/cli/run.md
@@ -109,6 +109,11 @@ 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
+Run scripts one after another in a blocking manner rather than concurrently. Note
115
+that there are no guarantees that the scripts will run in topological sort order.
116
117
### --stream
118
119
Stream output from child processes immediately, prefixed with the originating
0 commit comments