diff --git a/CHANGELOG.md b/CHANGELOG.md index a31f3d6e4..502d2286b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Set up a queue for the data gathering jobs +- Set up _Nx Cloud_ ### Changed diff --git a/nx.json b/nx.json index 3ae447028..62c77eaa6 100644 --- a/nx.json +++ b/nx.json @@ -15,8 +15,9 @@ "npmScope": "ghostfolio", "tasksRunnerOptions": { "default": { - "runner": "@nrwl/workspace/tasks-runners/default", + "runner": "@nrwl/nx-cloud", "options": { + "accessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=", "cacheableOperations": [ "build", "lint",