From 7fbe5b9dd6c21a12d17032d77495efbed0aa3ed3 Mon Sep 17 00:00:00 2001 From: Joao Pedro Henrique Date: Mon, 24 Apr 2023 23:07:53 -0300 Subject: [PATCH] style: fix formatting --- nx.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/nx.json b/nx.json index 5c5feb11..e01fe4f8 100644 --- a/nx.json +++ b/nx.json @@ -4,20 +4,14 @@ "default": { "runner": "@nrwl/nx-cloud", "options": { - "cacheableOperations": [ - "build", - "test", - "eject" - ], + "cacheableOperations": ["build", "test", "eject"], "accessToken": "NWIyMWU5OTUtYjdiMi00OGVkLTk1MjUtYzg2NzZmYjRkOThlfHJlYWQtd3JpdGU=" } } }, "targetDefaults": { "build": { - "dependsOn": [ - "^build" - ] + "dependsOn": ["^build"] } }, "affected": {