Skip to content

Commit 4373c4c

Browse files
committed
docs: adjust command example
1 parent 3d1c1cd commit 4373c4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/docs/turbo-caching.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ graph TD
8989
## Command Line Examples
9090

9191
```bash
92-
# Run all affected packages e.g. turbo run code-pushup:coverage --filter=lib-a
93-
turbo run code-pushup:* --filter=[origin/main]
92+
# Run all affected project plugins and cache the output if configured
93+
turbo run code-pushup-coverage code-pushup-jspackages --filter=[origin/main]
9494

95-
# Run all affected packages and upload the report to the portal
95+
# Run all affected projects and upload the report to the portal
9696
turbo run code-pushup --filter=[origin/main]
9797
```
9898

0 commit comments

Comments
 (0)