From 0a447c8c9ba4ecca1ad2c632936c6bee8fb516b8 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 15 Sep 2025 22:04:57 +0100 Subject: [PATCH] Enable TurboSnaps 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 1230d09168..540a6a3f9a 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-chromatic + onlyChanged: true