Skip to content

Commit

Permalink
fix: update storybook dev command (#5105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekafyi authored May 30, 2023
1 parent 9e63a99 commit 89b7e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/tools/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The last thing that we need to do is make sure that Storybook is lined up with t
{
// ...
"scripts": {
"dev": "start-storybook -p 6006",
"dev": "storybook dev -p 6006",
"build": "build-storybook"
}
}
Expand Down

1 comment on commit 89b7e2b

@vercel
Copy link

@vercel vercel bot commented on 89b7e2b May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.