Skip to content

Commit 98dedef

Browse files
committed
docs: fix target outputs
1 parent 2fede24 commit 98dedef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/docs/nx-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
},
5252
"code-pushup-coverage": {
5353
"cache": true,
54-
"outputs": ["{options.persist.outputDir}/coverage"],
54+
"outputs": ["{projectRoot}/.code-pushup/coverage"],
5555
"executor": "nx:run-commands",
5656
"options": {
5757
"command": "npx @code-pushup/cli collect",
@@ -61,7 +61,7 @@ export default {
6161
},
6262
"code-pushup": {
6363
"cache": true,
64-
"outputs": ["{options.persist.outputDir}"],
64+
"outputs": ["{projectRoot}/.code-pushup"],
6565
"executor": "nx:run-commands",
6666
"options": {
6767
"command": "npx @code-pushup/cli",

0 commit comments

Comments
 (0)