From 286331f1eddf42a7e99444dc68c1e0e72098c8cd Mon Sep 17 00:00:00 2001 From: Graeme Houston Date: Mon, 19 Aug 2024 16:28:19 +0100 Subject: [PATCH] Add chromatic script to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cbd90b4..8ac1f19 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "test-storybook": "test-storybook" + "test-storybook": "test-storybook", + "chromatic": "npx chromatic" }, "dependencies": { "@types/color": "^3.0.6",