Skip to content

Commit 520faa5

Browse files
committed
docs: fix typos
1 parent 531bedb commit 520faa5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cli/docs/nx-caching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
"coverage.reportsDirectory": "{projectRoot}/coverage/unit-test"
5050
}
5151
},
52-
"code-pushup:coverage": {
52+
"code-pushup-coverage": {
5353
"cache": true,
5454
"outputs": ["{options.outputPath}"],
5555
"executor": "nx:run-commands",
@@ -64,7 +64,7 @@ export default {
6464
},
6565
"dependsOn": ["unit-test", "int-test"]
6666
},
67-
"code-pushup:js-packages": {
67+
"code-pushup-js-packages": {
6868
"cache": true,
6969
"outputs": ["{options.outputPath}"],
7070
"executor": "nx:run-commands",
@@ -115,11 +115,11 @@ graph TD
115115
## Command Line Example
116116

117117
```bash
118-
# Run all affected projects e.g. nx run lib-a:code-pushup:coverage
118+
# Run all affected projects e.g. nx run lib-a:code-pushup-coverage
119119
nx affected --target=code-pushup:*
120120

121121
# Run all affected projects and upload the report to the portal
122-
nx run reop-source:code-pushup autorun
122+
nx affected --target=code-pushup
123123
```
124124

125125
This approach has the following benefits:

0 commit comments

Comments
 (0)