From 7fd242aeb1715ce1b4947ca913d15eed54a75106 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 26 Feb 2020 14:56:30 -0800 Subject: [PATCH] misc: use yarn consistently (#2333) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 441789b778..a547d03a84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.