From cee81641b5849eab8074f67c281f7a507cfdab74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Rame=CC=81?= Date: Thu, 22 Feb 2024 15:02:07 +0100 Subject: [PATCH] fix: some chromatic parameters were not passed due to using the script "build:storybook:command" being a concatenation, adjusting to a lower level --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cd90c4..9341330 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "db:studio": "dotenv-run-script .env.test -- db:studio:unsecure", "db:studio:unsecure": "prisma studio", "clean": "rm -rf .next && rm -rf node_modules", - "chromatic": "chromatic --build-script-name build:storybook --auto-accept-changes --exit-zero-on-changes --only-changed --externals \"public/**\"", + "chromatic": "only-include-used-icons && chromatic --build-script-name build:storybook:command --auto-accept-changes --exit-zero-on-changes --only-changed --externals \"public/**\"", "jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest" }, "prisma": {