Skip to content

Commit

Permalink
Simplify command
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 25, 2024
1 parent 5e82126 commit b761d52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/openchallenges/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"sonar": {
"executor": "nx:run-commands",
"options": {
"command": "bash $WORKSPACE_DIR/tools/sonar-scanner.sh --project-key {projectName} --project-dir .",
"cwd": "{projectRoot}"
"command": "bash tools/sonar-scanner.sh --project-key {projectName} --project-dir {projectRoot}"
}
},
"build": {
Expand Down

0 comments on commit b761d52

Please sign in to comment.