Skip to content

Commit

Permalink
bring back task runner options
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 4, 2023
1 parent 973d518 commit db21039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"test"
]
}
}
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
Expand Down

0 comments on commit db21039

Please sign in to comment.