Bugfix/fix storybook setup (#1976)
* Fix Storybook setup * Update changelog
This commit is contained in:
7
nx.json
7
nx.json
@ -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": {
|
||||
|
Reference in New Issue
Block a user