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",