From 470fc10efbecfe546bcd74f71850676cc5c4f4d3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 28 Feb 2024 13:11:33 +0100 Subject: [PATCH] Delete nx.json --- nx.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 nx.json diff --git a/nx.json b/nx.json deleted file mode 100644 index b25e832b..00000000 --- a/nx.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "tasksRunnerOptions": { - "default": { - "runner": "@nrwl/nx-cloud", - "options": { - "cacheableOperations": [ - "build", - "lint", - "test" - ], - "accessToken": "NGI2NjNiYWItMWNhYi00MDA4LWI1OTMtM2IwYmFmYzRkMjEzfHJlYWQtd3JpdGU=" - } - } - }, - "targetDefaults": { - "build": { - "dependsOn": [ - "^build" - ], - "outputs": [ - "{projectRoot}/dist", - "{projectRoot}/build", - "{projectRoot}/.next" - ] - } - } -}