1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00

Cache build and test

This commit is contained in:
adrinr 2023-03-31 14:37:55 +01:00
parent 8a68b4146d
commit 7395b0a260

10
nx.json Normal file
View file

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