diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfe22224..998cbecb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ Make sure you're on the correct NodeJS version as per `.nvmrc`. 1. Install all dependencies. ``` -npm ci +yarn ``` 2. In VS Code, press Ctrl+Shift+B to start the build process - this can take some time. If you're not using VS Code, run `npm run watch` instead.