Skip to content

Commit

Permalink
📦 chore: package.json add build-storybook scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Jan 12, 2025
1 parent 432c275 commit a9fbeb9
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 @@ -6,7 +6,8 @@
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"commit": "cz"
"commit": "cz",
"build-storybook": "turbo run build-storybook --filter=storybook"
},
"devDependencies": {
"commitizen": "^4.3.1",
Expand Down

0 comments on commit a9fbeb9

Please sign in to comment.