From 9e30599b6dbcf6fe1f0e68d3d4387a856a32d96e Mon Sep 17 00:00:00 2001 From: marcelxsilva Date: Wed, 7 Feb 2024 16:37:03 -0300 Subject: [PATCH] fix: script build --- .github/workflows/storybook-test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storybook-test.yml b/.github/workflows/storybook-test.yml index e191761..725009f 100644 --- a/.github/workflows/storybook-test.yml +++ b/.github/workflows/storybook-test.yml @@ -41,6 +41,6 @@ jobs: with: projectToken: "chpt_ca9ead39821522d" autoAcceptChanges: "main" - buildScriptName: "storybook:chromatic" + buildScriptName: "storybook:build" env: CI: true diff --git a/package.json b/package.json index 3a06480..1ca2504 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "storybook:dev": "storybook dev -p 6006", "storybook:build": "storybook build", "storybook:test": "test-storybook", - "chromatic": "npx chromatic --project-token=chpt_ca9ead39821522d" + "storybook:chromatic": "npx chromatic --project-token=chpt_ca9ead39821522d" }, "lint-staged": { "*.{ts,tsx}": [