Skip to content

Commit

Permalink
Bump storybook from 7.6.7 to 8.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomktjemsland committed Aug 22, 2024
1 parent 24f40d8 commit 24ed7f2
Show file tree
Hide file tree
Showing 11 changed files with 1,601 additions and 326,069 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
.storybook/src/Samples
.storybook/src/samples
26 changes: 13 additions & 13 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const config = {
stories: ['./src/*.stories.tsx'],

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

docs: {
autodocs: true
}
};
export default config;
const config = {
stories: ['./src/**/*.stories.tsx'],

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

docs: {
autodocs: false
}
};
export default config;
Loading

0 comments on commit 24ed7f2

Please sign in to comment.