fix(storybook): temporarily disable story

This commit is contained in:
Sabe Jones 2021-08-26 21:40:11 -05:00 committed by SabreCat
parent fb216fba8e
commit f843564444

View file

@ -7,7 +7,7 @@ if (process.env.NODE_ENV === 'production') {
stdio: 'inherit',
});
execSync('npm run storybook:build', {
/* execSync('npm run storybook:build', {
stdio: 'inherit',
});
}); */
}