Skip to content

Commit

Permalink
Point upgrade script to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Apr 5, 2023
1 parent ccff88f commit b8bfb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/common/storybook-upgrade.npm.js.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell
npx storybook upgrade
npx storybook@latest upgrade
```
2 changes: 1 addition & 1 deletion docs/snippets/common/storybook-upgrade.pnpm.js.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell
pnpx storybook upgrade
pnpm dlx storybook@latest upgrade
```

0 comments on commit b8bfb18

Please sign in to comment.