From fb56de6b56eb9a48318bd0c6415a44c6e7c0a0ce Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 8 May 2022 10:10:05 -0400 Subject: [PATCH] Format --- nx.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"] } } },