Skip to content

Commit

Permalink
fix nx config
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Jul 24, 2024
1 parent a068dda commit 0f3a68e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "descope",
"defaultBase": "origin/main",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"lint",
"test",
"test:e2e"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
Expand Down

0 comments on commit 0f3a68e

Please sign in to comment.