Skip to content

Commit 3d1c1cd

Browse files
committed
docs: adjust command example
1 parent 520faa5 commit 3d1c1cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/docs/nx-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ graph TD
115115
## Command Line Example
116116

117117
```bash
118-
# Run all affected projects e.g. nx run lib-a:code-pushup-coverage
119-
nx affected --target=code-pushup:*
118+
# Run all affected project plugins and cache the output if configured
119+
nx affected --target=code-pushup-coverage,code-pushup-jspackages
120120

121121
# Run all affected projects and upload the report to the portal
122122
nx affected --target=code-pushup

0 commit comments

Comments
 (0)