Feature/setup nx cloud (#889)
* Upgrade angular, Nx and storybook * Setup Nx Cloud * Update changelog
This commit is contained in:
parent
34cbdd7c2a
commit
b331f5f04d
@ -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
|
||||
|
||||
|
3
nx.json
3
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user