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', - }); + }); */ }