chore: remove the no-hoist

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-08-06 10:50:21 +02:00
parent 5688543ce8
commit 7a072dc8ca
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
"plugins/*"
],
"nohoist": [
"**/@storybook/**"
"**/@storybook/**",
"**/@storybook"
]
},
"resolutions": {
-6
View File
@@ -7,12 +7,6 @@
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook --output-dir dist"
},
"workspaces": {
"nohoist": [
"@storybook/react/**",
"@storybook/addons/**"
]
},
"dependencies": {
"@backstage/theme": "^0.2.0",
"react": "^16.12.0",