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 15, 2023
1 parent 99edfcb commit 5b61349
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 5b61349

Please sign in to comment.