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
(cherry picked from commit 2b1058d)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Mar 26, 2024
1 parent 83d9a63 commit 0701204
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 0701204

Please sign in to comment.