Skip to content

Commit

Permalink
Reverted changes to tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Aug 13, 2024
1 parent 5f3fddf commit c36888d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/js-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"configurations": {
"test": {
"outputPath": "dist/libs/js-api",
"outputPath": "dist/tmp/libs/js-api",
"tsConfig": "lib/js-api/tsconfig.spec.json",
"assets": ["lib/js-api/test/mockObjects/assets/**/*"]
}
Expand Down Expand Up @@ -108,7 +108,7 @@
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"commands": ["nx run js-api:build:test", "mocha --full-trace --config lib/js-api/.mocharc.json", "rm -fr dist/libs/js-api"],
"commands": ["nx run js-api:build:test", "mocha --full-trace --config lib/js-api/.mocharc.json", "rm -fr dist/tmp/libs/js-api"],
"parallel": false
},
"configurations": {
Expand Down

0 comments on commit c36888d

Please sign in to comment.