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": [] } } },