Skip to content

Commit bf1718c

Browse files
Update packages/cli/docs/nx-caching.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent fd8c37e commit bf1718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/docs/nx-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
"outputs": ["{options.outputPath}"],
8585
"executor": "nx:run-commands",
8686
"options": {
87-
"command": "node packages/cli/src/index.ts",
87+
"command": "npx @code-pushup/cli",
8888
"config": "{projectRoot}/code-pushup.config.ts",
8989
"cache.read": true,
9090
"upload.project": "{projectName}",

0 commit comments

Comments
 (0)