chore: turn nx cloud off to allow offline

This commit is contained in:
Nathan Walker
2020-08-25 15:45:34 -07:00
parent d07d4de651
commit 4d56f99675
2 changed files with 0 additions and 10 deletions

View File

@@ -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": []

View File

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