Skip to content

Commit 9cad03a

Browse files
committed
build: run code pushup with no progress and verbose
1 parent c2f65e6 commit 9cad03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"code-pushup": {
66
"executor": "nx:run-commands",
77
"options": {
8-
"command": "node packages/cli/src/index.ts",
8+
"command": "node packages/cli/src/index.ts --no-progress --verbose",
99
"env": {
1010
"NODE_OPTIONS": "--import tsx",
1111
"TSX_TSCONFIG_PATH": "tsconfig.base.json"

0 commit comments

Comments
 (0)