Skip to content

Commit

Permalink
Add lerna caching
Browse files Browse the repository at this point in the history
- Closes #265
  • Loading branch information
kamilmielnik committed Mar 19, 2023
1 parent 84a9c7b commit 2b96fd6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
}
}
}

0 comments on commit 2b96fd6

Please sign in to comment.