Skip to content

Commit

Permalink
Update storybook.mdx (#5134)
Browse files Browse the repository at this point in the history
pnpx deprecated

Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
  • Loading branch information
aduarterengifo and anthonyshew authored May 31, 2023
1 parent d5897fd commit 5c69348
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 @@ -78,7 +78,7 @@ Next, we need to scaffold Storybook:

```shell
cd workshop
pnpx sb init --skip-install
pnpm dlx sb init --skip-install
pnpm install --save-dev @storybook/cli # Manually install deps and CLI
```

Expand Down

1 comment on commit 5c69348

@vercel
Copy link

@vercel vercel bot commented on 5c69348 May 31, 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.