Skip to content

Commit

Permalink
fix(): Use storybook instead of dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 9, 2024
1 parent 7689b17 commit ccce58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Based on [shadcn](https://ui.shadcn.com/), an opinionated tailwind theme and rad
### Development

```bash
npm run dev # Run storybook application to view components.
npm run storybook # Run storybook application to view components.
npm run build-storybook # Build storybook application as static HTML.
npm run build # Build component library with rollup.
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Quantinuum design system.",
"author": "[email protected]",
"scripts": {
"dev": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "rm -rf ./dist && rollup -c"
},
Expand Down

0 comments on commit ccce58f

Please sign in to comment.