Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Oct 7, 2024
1 parent edf64de commit 0c13636
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
"appsDir": "apps",
"libsDir": "packages"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"canTrackAnalytics": false,
"runtimeCacheInputs": ["node -v"],
"parallel": 10
}
}
},
"parallel": 10,
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": true
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
Expand Down

0 comments on commit 0c13636

Please sign in to comment.