From db21039b7fcc7f282efe46f8b3fb1f3068c027c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Mon, 4 Dec 2023 08:26:28 +0100 Subject: [PATCH] bring back task runner options --- nx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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