From b522a27b09c962b08bcf0e8e7d0fe482cebf7db3 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 6 Aug 2025 14:37:29 +0800 Subject: [PATCH] fix chromatic command --- next-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-ui/package.json b/next-ui/package.json index d0362255..8159d5e7 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -25,7 +25,7 @@ "i18n:verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\"", "storybook:dev": "storybook dev -p 6006", "storybook:build": "storybook build", - "chromatic": "npm run chromatic" + "chromatic": "chromatic" }, "dependencies": { "@formatjs/intl-localematcher": "^0.6.1",