Skip to content

Commit

Permalink
build: update project.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 25, 2023
1 parent 9630cbd commit b354d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nx-gradle/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/packages/nx-gradle"],
"outputs": ["{workspaceRoot}/coverage/nx-gradle"],
"options": {
"jestConfig": "packages/nx-gradle/jest.config.ts",
"passWithNoTests": true
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-maven/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/packages/nx-maven"],
"outputs": ["{workspaceRoot}/coverage/nx-maven"],
"options": {
"jestConfig": "packages/nx-maven/jest.config.ts",
"passWithNoTests": true
Expand Down

0 comments on commit b354d5f

Please sign in to comment.