mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +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 = {
|
module.exports = {
|
||||||
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
|
stories: ["../stories/**/*.stories.@(ts|tsx|js|jsx)"],
|
||||||
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
addons: [
|
||||||
|
// '@storybook/addon-links', '@storybook/addon-essentials'
|
||||||
|
],
|
||||||
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
|
// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
|
||||||
typescript: {
|
typescript: {
|
||||||
check: true, // type-check stories during Storybook build
|
check: true, // type-check stories during Storybook build
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user