Skip to content

Commit

Permalink
Merge pull request #58 from slvstr-dev/bugfix/fix-chromatic-config
Browse files Browse the repository at this point in the history
Fix chromatic setup
  • Loading branch information
slvstr-dev authored Mar 29, 2024
2 parents a64f2c8 + 4f3110a commit 0399ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions chromatic.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"buildScriptName": "storybook:build",
"projectId": "Project:660689eb0af2434fcaa69098",
"zip": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"check": "pnpm types && pnpm lint && pnpm format",
"storybook": "sb dev -p 6006 --no-open",
"storybook:build": "sb build",
"chromatic": "npx chromatic --build-script-name=storybook:build",
"chromatic": "npx chromatic",
"upgrade": "pnpm upgrade --interactive",
"upgrade:latest": "pnpm upgrade --interactive --latest"
},
Expand Down

0 comments on commit 0399ccf

Please sign in to comment.