fix(storybook): temporarily disable story

This commit is contained in:
Sabe Jones
2021-08-26 21:40:11 -05:00
parent 0f668ec96f
commit 5b346690a9

View File

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