From 7408a31560624b532401b2e43f464fd5a1564006 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Sat, 16 Aug 2025 21:23:07 +0200 Subject: [PATCH] Enable Chromatic Turbosnap Signed-off-by: Charles de Dreuille --- .github/workflows/verify_storybook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify_storybook.yml b/.github/workflows/verify_storybook.yml index 5a71caba85..928cbdb9cb 100644 --- a/.github/workflows/verify_storybook.yml +++ b/.github/workflows/verify_storybook.yml @@ -60,3 +60,4 @@ jobs: # https://www.chromatic.com/docs/custom-ci-provider#run-chromatic-on-external-forks-of-open-source-projects projectToken: chpt_dab72dc0f97d55b storybookBuildDir: dist-storybook + onlyChanged: true