From 67f0f471b3969948cfd3848c2055808e64a2914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcia=20Esteves?= <43220251+MEsteves22@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:23:54 +0100 Subject: [PATCH] chore: disable turbosnap for Chromatic It seems like it only supports on push events at the moment. --- .config/chromatic.config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/chromatic.config.json b/.config/chromatic.config.json index 440977a919..a29515bf99 100644 --- a/.config/chromatic.config.json +++ b/.config/chromatic.config.json @@ -1,7 +1,6 @@ { "projectId": "Project:66040297ad386b97be078cc9", "buildScriptName": "build:doc", - "onlyChanged": true, "skip": "dependabot/**", "forceRebuild": true }