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" - ] - } - } -}