Skip to content

Commit

Permalink
Merge pull request #26541 from AriPerkkio/docs/migration-guide-scripts
Browse files Browse the repository at this point in the history
Docs: Fix migration guide scripts
  • Loading branch information
jonniebigodes committed Mar 25, 2024
2 parents 09be01b + dc825d4 commit 2b1058d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
```shell
# Convert stories in MDX to CSF
npx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx
npx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx"
```
@@ -1,4 +1,4 @@
```sh
# Convert stories in MDX to CSF
pnpm dlx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx
pnpm dlx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx"
```
@@ -1,4 +1,4 @@
```sh
# Convert stories in MDX to CSF
yarn dlx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx
yarn dlx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx"
```

0 comments on commit 2b1058d

Please sign in to comment.