diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3bb17898d..548c76910b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,8 @@ Configuration files are located in [`/.circleci`](/.circleci). ## FAQ ### How to resolve conflictions occurred at yarn.lock? -Just execute `npx yarn` (or `yarn` when you have yarn installed globally) to fix it. + +Just execute `yarn` to fix it. ## Glossary ### AP |