diff --git a/nx.json b/nx.json index 50ebd13f..1a4421b2 100644 --- a/nx.json +++ b/nx.json @@ -5,13 +5,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": [ - "build", - "test", - "lint", - "package", - "prepare" - ] + "cacheableOperations": ["build", "test", "lint", "package", "prepare"] } } },