Skip to content

Commit 5765d89

Browse files
authored
ci: add css which components depend on to Chromatic externals (#2601)
1 parent 9f28f87 commit 5765d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/storybook/chromatic.config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"projectId": "Project:66fe736b9d639fe6801bf130",
44
"storybookBaseDir": "apps/storybook",
55
"storybookBuildDir": "dist",
6-
"zip": true
6+
"zip": true,
7+
"externals": ["packages/css/**/*.css", "packages/theme/**/*.css"]
78
}

0 commit comments

Comments
 (0)