Fix Storybook Installation and production build CI (#13465)

* Revert storybook updates - pin versions - add production build CI

* test.yml wasnt added to the commit

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
negue
2021-09-02 01:47:13 +02:00
committed by GitHub
parent c11948f57c
commit 72606ad376
5 changed files with 1537 additions and 4685 deletions

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