Skip to content

Commit

Permalink
build: run code pushup with no progress and verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasek committed Feb 3, 2025
1 parent ff48adb commit 7ce5067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"code-pushup": {
"executor": "nx:run-commands",
"options": {
"command": "node packages/cli/src/index.ts",
"command": "node packages/cli/src/index.ts --no-progress --verbose",
"env": {
"NODE_OPTIONS": "--import tsx",
"TSX_TSCONFIG_PATH": "tsconfig.base.json"
Expand Down

0 comments on commit 7ce5067

Please sign in to comment.