diff --git a/chromatic.config.json b/chromatic.config.json index 7e5843001..66767f34f 100644 --- a/chromatic.config.json +++ b/chromatic.config.json @@ -3,5 +3,5 @@ "onlyChanged": true, "autoAcceptChanges": "main", "exitZeroOnChanges": false, - "externals": [".storybook/**", "uno.config.ts", "uno.theme.ts"] + "externals": ["uno.config.ts", "uno.theme.ts"] }