Bugfix/fix storybook setup (#1976)

* Fix Storybook setup

* Update changelog
This commit is contained in:
Thomas Kaul
2023-05-18 17:51:38 +02:00
committed by GitHub
parent edd690850c
commit 7fc3fff431
10 changed files with 107 additions and 299 deletions

View File

@ -46,7 +46,12 @@
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
},
"build-storybook": {
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
"inputs": [
"default",
"^production",
"{workspaceRoot}/.storybook/**/*",
"!{projectRoot}/.storybook/**/*"
]
}
},
"namedInputs": {