Skip to content

Commit

Permalink
Add chromatic script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Houston committed Aug 19, 2024
1 parent 286321d commit 286331f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 286331f

Please sign in to comment.