Docs: Fix migration guide scripts

This commit is contained in:
AriPerkkio 2024-03-17 16:03:50 +02:00
parent c0fdb3e737
commit 3a91e2461f
3 changed files with 3 additions and 3 deletions

View File

@ -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"
```

View File

@ -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"
```

View File

@ -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"
```