diff --git a/nx.json b/nx.json index 1c8650a5..2f2f9681 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,15 @@ { + "tasksRunnerOptions": { + "default": { + "runner": "nx/tasks-runners/default", + "options": { + "cacheableOperations": [ + "build", + "test" + ] + } + } + }, "pluginsConfig": { "@nrwl/js": { "analyzeSourceFiles": false