Skip to content

Commit 8ece29c

Browse files
committed
ci(storybook-8): added chromatic.config.json for using from storybook
1 parent 846a9d4 commit 8ece29c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ documentation.json
1313
/storybook-static
1414
/documentation
1515

16-
# chromatic config
17-
chromatic.config.json
18-
1916
# dependencies
2017
/node_modules
2118
node_modules

chromatic.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"onlyChanged": true,
3+
"projectId": "Project:66cf1752798a917f319ba0da",
4+
"zip": true
5+
}

0 commit comments

Comments
 (0)