Feature/setup storybook (#332)

* Setup ui library with storybook

* Add value component with story

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-04 22:12:54 +02:00
committed by GitHub
parent 4c194c938a
commit 5fd413e57e
43 changed files with 4441 additions and 184 deletions

15
nx.json
View File

@ -17,7 +17,13 @@
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"cacheableOperations": [
"build",
"lint",
"test",
"e2e",
"build-storybook"
]
}
}
},
@ -34,6 +40,13 @@
},
"common": {
"tags": []
},
"ui": {
"tags": []
},
"ui-e2e": {
"tags": [],
"implicitDependencies": ["ui"]
}
},
"targetDependencies": {