File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
119119nx 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
125125This approach has the following benefits:
You can’t perform that action at this time.
0 commit comments