Cache build and test

This commit is contained in:
adrinr 2023-03-31 14:37:55 +01:00
parent 8a68b4146d
commit 7395b0a260
1 changed files with 10 additions and 0 deletions

10
nx.json Normal file
View File

@ -0,0 +1,10 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test"]
}
}
}
}