misc: use yarn consistently (#2333)

This commit is contained in:
Joe Previte 2020-02-26 14:56:30 -08:00 committed by GitHub
parent 843d5d8c48
commit 7fd242aeb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ The core Docusaurus team will be monitoring for pull requests. Do help us by kee
## Style Guide
[Prettier](https://prettier.io) will catch most styling issues that may exist in your code. You can check the status of your code styling by simply running `npm run prettier`.
[Prettier](https://prettier.io) will catch most styling issues that may exist in your code. You can check the status of your code styling by simply running `yarn prettier`.
However, there are still some styles that Prettier cannot pick up.