fix(storybook): temporarily disable story

This commit is contained in:
Sabe Jones 2021-08-26 21:40:11 -05:00
parent e5a19d7fb4
commit e6da2752a7

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