Skip to content

Commit 8dc3fba

Browse files
committed
fix: adjust nx.json
1 parent 0b8f745 commit 8dc3fba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

nx.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
"options": {
99
"command": "node packages/cli/src/index.ts --no-progress --verbose",
1010
"config": "{projectRoot}/code-pushup.config.ts",
11-
"persist.filename": "{projectName}-report",
12-
"persist.outputDir": "{projectRoot}/.code-pushup",
11+
"persist": {
12+
"filename": "{projectName}-report",
13+
"outputDir": "{projectRoot}/.code-pushup"
14+
},
15+
"upload": {
16+
"project": "cli-{projectName}"
17+
},
1318
"outputPath": "{projectRoot}/.code-pushup",
14-
"upload.project": "cli-{projectName}",
1519
"env": {
1620
"NODE_OPTIONS": "--import tsx",
1721
"TSX_TSCONFIG_PATH": "tsconfig.base.json"

0 commit comments

Comments
 (0)