Skip to content

Commit 54eebec

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/cli/run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ 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+
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+
112117
### --stream
113118

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

0 commit comments

Comments
 (0)