packages/storybook: hoist storybook addons so they can be loaded from other packages

This commit is contained in:
Patrik Oldsberg
2020-04-16 13:13:55 +02:00
parent 8df2089a02
commit e6c444b955
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
},
"workspaces": {
"nohoist": [
"@storybook/**"
"@storybook/react/**",
"@storybook/addons/**"
]
},
"dependencies": {