Skip to content

Commit

Permalink
chore: output storybook to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Feb 1, 2024
1 parent 5afa67d commit 5f28fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vite": "vite",
"preview": "vite preview",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build",
"build-storybook": "storybook build -o docs",
"format": "prettier --write .",
"format:all": "npm run format --ws",
"format:check:all": "prettier --check ."
Expand Down

0 comments on commit 5f28fa6

Please sign in to comment.