From dd6bc8dea63b5e79764cef00abdce3bf62a986b3 Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Wed, 17 Jul 2024 09:02:07 -0600 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d344234..24103d3 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,9 @@ "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build --stats-json -o storybook-static", - "chromatic": "chromatic --project-token=chpt_32238008c2048e6 --only-changed --debug --trace-changed 'expanded' --exit-zero-on-changes --exit-once-uploaded --auto-accept-changes 'main'" + "chromatic": "npx chromatic --project-token=chpt_d1f0c3a104744ba --only-changed --debug --trace-changed 'expanded' --exit-zero-on-changes --exit-once-uploaded --auto-accept-changes 'main'" }, "dependencies": { - "chromatic": "11.5.4--canary.1006.9474473692.0", "react": "^18.2.0", "react-dom": "^18.2.0" },