Merge pull request #5997 from maraisr/feature/npm-copy

docs: use npm command for npm example
This commit is contained in:
Michael Shilman 2019-03-11 07:42:18 +08:00 committed by GitHub
commit 25b2b684e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -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>

View File

@ -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