Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-19 14:05:17 -07:00 committed by GitHub
parent 7f799a5d07
commit 343d89304e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <kbd>Ctrl+Shift+B</kbd> to start the build process - this can take some time. If you're not using VS Code, run `npm run watch` instead.