Skip to content

Commit

Permalink
Update storybook build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganpatkakar committed Dec 9, 2023
1 parent 6899a48 commit aee4050
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 @@ -7,7 +7,8 @@
"dev": "webpack-dev-server",
"build": "webpack",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-storybook-original": "storybook build",
"build-storybook": "storybook build -o docs-build -s ./src/stories/assets",
"chromatic": "chromatic --project-token ${{ secrets.CHROMATIC_PROJECT_TOKEN }} --exit-zero-on-changes"
},
"keywords": [],
Expand Down

0 comments on commit aee4050

Please sign in to comment.