From d9ea973140d267ca4702deb32aa35c0afb960e52 Mon Sep 17 00:00:00 2001 From: NoiseFan Date: Mon, 7 Sep 2026 17:32:11 +0800 Subject: [PATCH] docs: fix docs/guide/projects.md tip block (#11160) --- docs/guide/projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/projects.md b/docs/guide/projects.md index f48b25a66..f89cff537 100644 --- a/docs/guide/projects.md +++ b/docs/guide/projects.md @@ -217,7 +217,7 @@ bun run test --project e2e ``` ::: -::: tip +:::: tip CLI option `--project` can be used multiple times to filter out several projects: ::: code-group @@ -234,6 +234,7 @@ pnpm run test --project e2e --project unit bun run test --project e2e --project unit ``` ::: +:::: The filter supports `*` wildcards and `!` exclusions. A project runs if it matches no negated pattern and, when regular patterns are also given, matches at least one of them: -- 2.51.2