Skip to content

Commit

Permalink
fix: script build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelxsilva committed Feb 7, 2024
1 parent aaa63db commit 9e30599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
projectToken: "chpt_ca9ead39821522d"
autoAcceptChanges: "main"
buildScriptName: "storybook:chromatic"
buildScriptName: "storybook:build"
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down

0 comments on commit 9e30599

Please sign in to comment.