Browse Source
Feature/setup nx cloud (#889)
* Upgrade angular, Nx and storybook
* Setup Nx Cloud
* Update changelog
pull/890/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
CHANGELOG.md
-
nx.json
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -15,8 +15,9 @@ |
|
|
|
"npmScope": "ghostfolio", |
|
|
|
"tasksRunnerOptions": { |
|
|
|
"default": { |
|
|
|
"runner": "@nrwl/workspace/tasks-runners/default", |
|
|
|
"runner": "@nrwl/nx-cloud", |
|
|
|
"options": { |
|
|
|
"accessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=", |
|
|
|
"cacheableOperations": [ |
|
|
|
"build", |
|
|
|
"lint", |
|
|
|