Skip to content

Commit

Permalink
feat: update script build storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 19, 2025
1 parent 2bb7fba commit 88a8ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nt-headless-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"dev": "storybook dev -p 6006 -c .storybook",
"build-storybook": "storybook -c .storybook -o dist/storybook",
"build-storybook": "storybook build",
"test": "pnpm vitest"
},
"dependencies": {
Expand Down

0 comments on commit 88a8ef2

Please sign in to comment.