From 2bed92aca8290731d7afeeee809944a6b475a778 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 31 Jan 2022 10:33:18 +0100 Subject: [PATCH] update yarn-path Signed-off-by: Johan Haals --- storybook/.yarnrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storybook/.yarnrc b/storybook/.yarnrc index 4cdaac2408..cc90cdf663 100644 --- a/storybook/.yarnrc +++ b/storybook/.yarnrc @@ -5,5 +5,5 @@ registry "https://registry.npmjs.org/" disable-self-update-check true lastUpdateCheck 1580389148099 -yarn-path ".yarn/releases/yarn-1.22.1.js" +yarn-path "../yarn/releases/yarn-1.22.1.js" network-timeout 300000