Skip to content

Commit

Permalink
🧩 storybook Modify build/start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
steeeee0223 committed Jan 21, 2024
1 parent ade6ca0 commit 222e752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"type": "module",
"scripts": {
"build": "storybook build",
"build": "storybook build -s public",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "storybook dev -p 6006",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "next lint",
"start": "next start",
"start": "serve storybook-static",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 222e752

Please sign in to comment.