Skip to content

Commit

Permalink
Update Migration Guide snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Apr 4, 2023
1 parent c1821f1 commit 9867da0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Use the Storybook CLI to install it in a single command. Run this inside your _e

<CodeSnippets
paths={[
'common/init-command.npx.mdx',
'common/init-command.pnpm.mdx',
'common/init-command.npx.js.mdx',
'common/init-command.pnpm.js.mdx',
]}
/>

Expand Down
3 changes: 3 additions & 0 deletions docs/snippets/common/init-command.npx.js.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```shell
npx storybook init
```
3 changes: 0 additions & 3 deletions docs/snippets/common/init-command.npx.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions docs/snippets/common/init-command.pnpm.js.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```shell
pnpm dlx storybook init
```
3 changes: 0 additions & 3 deletions docs/snippets/common/init-command.pnpm.mdx

This file was deleted.

0 comments on commit 9867da0

Please sign in to comment.