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": {