Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
🔧 need to add a build-storybook script now to make chromatic work
Browse files Browse the repository at this point in the history
  • Loading branch information
lowiebenoot committed Jul 13, 2023
1 parent 037c1a3 commit 99daca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"start": "PORT=${PORT:-3000}; storybook dev --port $PORT",
"test": "jest --config jest.config.js",
"test:watch": "yarn test --watch",
"build-storybook": "storybook build",
"chromatic:storybook": "PORT=${PORT:-3000}; CHROMATIC=true storybook dev --port $PORT",
"chromatic": "CHROMATIC=true chromatic",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 99daca2

Please sign in to comment.