Skip to content

Commit

Permalink
Merge pull request #21936 from storybookjs/kasper/point-upgrade-scrip…
Browse files Browse the repository at this point in the history
…t-to-latest

Docs: Point upgrade script to latest
  • Loading branch information
jonniebigodes authored and shilman committed Apr 6, 2023
1 parent e2ef0f0 commit a967fe8
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 a967fe8

Please sign in to comment.