From 4d56f9967536ad84fcee49be555c03910de44733 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 25 Aug 2020 15:45:34 -0700 Subject: [PATCH] chore: turn nx cloud off to allow offline --- nx.json | 9 --------- package.json | 1 - 2 files changed, 10 deletions(-) diff --git a/nx.json b/nx.json index 3448e5775..f3fb2548d 100644 --- a/nx.json +++ b/nx.json @@ -14,15 +14,6 @@ "tslint.json": "*", "nx.json": "*" }, - "tasksRunnerOptions": { - "default": { - "runner": "@nrwl/nx-cloud", - "options": { - "accessToken": "ODFhN2M3NTgtYjU3OC00MzUzLWFkN2MtNWE4NGJmNjFkMjhlfHJlYWQtd3JpdGU=", - "cacheableOperations": ["build", "test", "lint", "e2e"] - } - } - }, "projects": { "apps-automated": { "tags": [] diff --git a/package.json b/package.json index e82f50b42..e3698a46f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "@nrwl/eslint-plugin-nx": "~10.0.7", "@nrwl/jest": "~10.0.7", "@nrwl/node": "~10.0.7", - "@nrwl/nx-cloud": "~10.0.0", "@nrwl/workspace": "~10.0.7", "@nstudio/focus": "~10.0.0", "@nstudio/nps-i": "~1.1.0",