Skip to content

Commit

Permalink
chore: add dev storybook script on root
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jul 23, 2024
1 parent a46ea04 commit a613392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build:storybook": "turbo run build --filter=storybook",
"clean": "turbo run clean",
"dev": "turbo run dev --filter=ui-stencil --filter=storybook",
"dev:storybook": "turbo run dev --filter=storybook",
"dev:all": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
Expand Down

0 comments on commit a613392

Please sign in to comment.