mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
Merge pull request #5997 from maraisr/feature/npm-copy
docs: use npm command for npm example
This commit is contained in:
commit
25b2b684e6
@ -1903,7 +1903,18 @@ exports[`Storyshots UI|Settings/AboutScreen new version required 1`] = `
|
||||
>
|
||||
&&
|
||||
</span>
|
||||
yarn
|
||||
|
||||
<span
|
||||
class="token function"
|
||||
>
|
||||
npm
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="token function"
|
||||
>
|
||||
install
|
||||
</span>
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
|
@ -180,7 +180,7 @@ const AboutScreen = ({ latest, current, onClose }) => {
|
||||
<b>Upgrade all Storybook packages to latest:</b>
|
||||
</p>
|
||||
<SyntaxHighlighter language="bash" copyable padded bordered>
|
||||
npx npm-check-updates '/storybook/' -u && yarn
|
||||
npx npm-check-updates '/storybook/' -u && npm install
|
||||
</SyntaxHighlighter>
|
||||
<p>
|
||||
Alternatively, if you're using yarn run the following command, and check all
|
||||
|
Loading…
x
Reference in New Issue
Block a user