From 5b346690a9cde8a09afaa3ec9770da46e918e8e6 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 26 Aug 2021 21:40:11 -0500 Subject: [PATCH] fix(storybook): temporarily disable story --- website/client/scripts/npm-postinstall.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/scripts/npm-postinstall.js b/website/client/scripts/npm-postinstall.js index d710bc97aa..ed949bb316 100644 --- a/website/client/scripts/npm-postinstall.js +++ b/website/client/scripts/npm-postinstall.js @@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') { stdio: 'inherit', }); - execSync('npm run storybook:build', { + /* execSync('npm run storybook:build', { stdio: 'inherit', - }); + }); */ }