Skip to content

Commit

Permalink
chore(chromatic): add a command to run chromatic locally (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Jan 18, 2024
1 parent 24faceb commit 9c1bb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ node_modules
npm-debug.log
build-storybook.log
./build-storybook.log
chromatic.log
/storybook-static
dist
/build
coverage
.scannerwork
*.env
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"storybook": "storybook dev -p 7008",
"build-storybook": "npm run build:storybook-exports && storybook build",
"deploy-storybook": "storybook-to-ghpages",
"chromatic:local": "chromatic -t $CHROMATIC_PROJECT_TOKEN",
"link-local": "npm link && npm start",
"plop": "plop",
"add-ref-to-icons": "node ./scripts/add-forward-ref-icons.js",
Expand Down

0 comments on commit 9c1bb47

Please sign in to comment.