Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-12-06 02:51:30 -08:00 committed by GitHub
parent eafc3dc0c9
commit 296cd1b477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ To build Void, first follow the prerequisite steps above for your operating syst
npm install
```
2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node ./build.js` to build Void's external dependencies (our React components, etc).
2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node build.js` to build Void's external dependencies (our React components, etc).
3. Press <kbd>Ctrl+Shift+B</kbd>, or if you prefer using the terminal run `npm run watch`.