From bb352b6b7039f721e28a2df7c0fc22687ade3399 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 4 Aug 2021 15:53:36 +0200 Subject: [PATCH] chore: don't hoist anything with storybook prefixes Signed-off-by: blam --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ea1cf0c9b4..3e151cd19c 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,9 @@ "packages": [ "packages/*", "plugins/*" + ], + "nohoist": [ + "**/@storybook/**" ] }, "resolutions": {