Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-15 03:26:46 -07:00 committed by GitHub
parent 78b2d0e0dd
commit 8a780dcfab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ Here's how you can start contributing to the Extension:
```npm run install```
4. Build the project. We created this command so that we could run React in vscode. It converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`.
4. Build the project using `npm run build`. (we created this command so that we could run React in vscode - it converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`.)
```npm run build```