From 91836c554b6e70299a38c0e82e52ddc7c9b5eb6b Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 1 Jun 2025 20:54:55 +0700 Subject: [PATCH] docs(cli/run): sequential Resolves https://github.com/pnpm/pnpm/issues/9578 --- docs/cli/run.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli/run.md b/docs/cli/run.md index 06e451da46b1..21ff2be2d1bc 100644 --- a/docs/cli/run.md +++ b/docs/cli/run.md @@ -109,6 +109,10 @@ immediately in all matching packages with prefixed streaming output. This is the preferred flag for long-running processes over many packages, for instance, a lengthy build process. +### --sequential + +Run the specified scripts one by one. + ### --stream Stream output from child processes immediately, prefixed with the originating