Skip to content

Commit

Permalink
fix(ci): removed addons so it builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastermindzh committed May 25, 2023
1 parent 123affe commit 7f5989a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module.exports = {
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
stories: ["../stories/**/*.stories.@(ts|tsx|js|jsx)"],
addons: [
// '@storybook/addon-links', '@storybook/addon-essentials'
],
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
typescript: {
check: true, // type-check stories during Storybook build
}
},
};

0 comments on commit 7f5989a

Please sign in to comment.