fix(ci): migrate storybook config to new format

This commit is contained in:
Łukasz Mierzwa
2020-10-12 12:03:46 +01:00
committed by Łukasz Mierzwa
parent 53605898d1
commit f57cf94849
3 changed files with 4 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
addons: ["@storybook/preset-create-react-app"],
stories: ["../src/**/*.stories.tsx"],
};
-1
View File
@@ -1 +0,0 @@
module.exports = ["@storybook/preset-create-react-app"];