Skip to content

Commit

Permalink
build(storybook): fix docs build (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena Rashkovan <lena.rashkovan@free-now.com>
  • Loading branch information
alatielle and Lena Rashkovan authored Sep 19, 2024
1 parent f643383 commit 7ca6245
Show file tree
Hide file tree
Showing 4 changed files with 8,639 additions and 8,848 deletions.
7 changes: 4 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-viewport',
'storybook-dark-mode',
'@storybook/addon-webpack5-compiler-swc'
'storybook-dark-mode'
],

framework: {
name: '@storybook/react-webpack5',
options: {}
},

docs: {},
docs: {
autodocs: true
},

staticDirs: ['../public'],

Expand Down
2 changes: 0 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export const preview: Preview = {
}
}
}

// tags: ['autodocs']
};

export default preview;
Loading

0 comments on commit 7ca6245

Please sign in to comment.