Skip to content

Commit

Permalink
chore: add nx config to cache build task
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Aug 2, 2022
1 parent 2a9a038 commit 14a53e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build"
]
}
}
}
}

0 comments on commit 14a53e0

Please sign in to comment.