Skip to content

Commit

Permalink
Merge pull request #22056 from storybookjs/shilman/ui-fix-upgrade
Browse files Browse the repository at this point in the history
UI: Fix upgrade command in about page
  • Loading branch information
shilman committed Apr 12, 2023
2 parents be000bb + bb6e105 commit d8ab3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/manager/src/settings/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const AboutScreen: FC<{
<b>Upgrade all Storybook packages to latest:</b>
</p>
<SyntaxHighlighter language="bash" copyable padded bordered>
npx sb upgrade
npx storybook@latest upgrade
</SyntaxHighlighter>
</DocumentWrapper>
</Upgrade>
Expand Down

0 comments on commit d8ab3a8

Please sign in to comment.