mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 10:31:03 +01:00
fix(ci): removed addons so it builds again
This commit is contained in:
parent
123affe057
commit
7f5989a539
@ -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
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user