diff --git a/.gitignore b/.gitignore index bd0247f47..465629f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,6 @@ documentation.json /storybook-static /documentation -# chromatic config -chromatic.config.json - # dependencies /node_modules node_modules diff --git a/chromatic.config.json b/chromatic.config.json new file mode 100644 index 000000000..34b7cbb9b --- /dev/null +++ b/chromatic.config.json @@ -0,0 +1,5 @@ +{ + "onlyChanged": true, + "projectId": "Project:66cf1752798a917f319ba0da", + "zip": true +}