Skip to content

Commit

Permalink
build: setup nx cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Oct 20, 2020
1 parent ef20835 commit f3ff3ef
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"accessToken": "NGM1NDkyZDYtZmUwOC00ZDMzLThkZDQtMWRhZDliOGUwNjRkfHJlYWQtd3JpdGU=",
"cacheableOperations": [
"build",
"test",
"lint",
"e2e"
],
"canTrackAnalytics": false,
"showUsageWarnings": true
}
}
},
Expand All @@ -28,7 +36,9 @@
},
"test-app-e2e": {
"tags": [],
"implicitDependencies": ["test-app"]
"implicitDependencies": [
"test-app"
]
}
}
}

0 comments on commit f3ff3ef

Please sign in to comment.