We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520faa5 commit 3d1c1cdCopy full SHA for 3d1c1cd
1 file changed
packages/cli/docs/nx-caching.md
@@ -115,8 +115,8 @@ graph TD
115
## Command Line Example
116
117
```bash
118
-# Run all affected projects e.g. nx run lib-a:code-pushup-coverage
119
-nx affected --target=code-pushup:*
+# Run all affected project plugins and cache the output if configured
+nx affected --target=code-pushup-coverage,code-pushup-jspackages
120
121
# Run all affected projects and upload the report to the portal
122
nx affected --target=code-pushup
0 commit comments