From 698e82dc5b520b55364dd044dfe15b9db41ab149 Mon Sep 17 00:00:00 2001 From: cylewaitforit Date: Mon, 20 Apr 2026 07:30:20 -0500 Subject: [PATCH] chore: remove storybook directory from chromatic externals --- chromatic.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }