From acff6441728d8b38c4e6824e1c4aee19e8d762a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Tue, 25 Nov 2025 14:06:46 +0100 Subject: [PATCH] Disable nx cache --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 7c4f37b9ba..21a79dc7d9 100644 --- a/nx.json +++ b/nx.json @@ -5,7 +5,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": ["build", "lint", "test", "e2e"] + "cacheableOperations": [] } } },