mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
78b2d0e0dd
commit
8a780dcfab
1 changed files with 1 additions and 1 deletions
|
|
@ -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```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue