Skip to content

Commit

Permalink
Merge pull request #21931 from storybookjs/update-migration-guide-for…
Browse files Browse the repository at this point in the history
…-main-2

Update Migration Guide snippets
  • Loading branch information
shilman authored Apr 5, 2023
2 parents c1821f1 + 9867da0 commit ccff88f
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 ccff88f

Please sign in to comment.