Skip to content

Commit cceb3b3

Browse files
committed
chore: update storybook
1 parent d977654 commit cceb3b3

File tree

3 files changed

+59
-198
lines changed

3 files changed

+59
-198
lines changed

site/.storybook/main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
stories: ["../src/**/*.stories.tsx"],
55

66
addons: [
7+
"@chromatic-com/storybook",
78
{
89
name: "@storybook/addon-essentials",
910
options: {
@@ -38,8 +39,4 @@ module.exports = {
3839
}
3940
return config;
4041
},
41-
42-
docs: {
43-
autodocs: false,
44-
},
4542
};

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"yup": "1.3.2"
9999
},
100100
"devDependencies": {
101+
"@chromatic-com/storybook": "1.6.0",
101102
"@octokit/types": "12.3.0",
102103
"@playwright/test": "1.40.1",
103104
"@storybook/addon-actions": "8.1.11",

0 commit comments

Comments
 (0)