mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
ae658dfc74
commit
ff97a34d54
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ Here's how you can start contributing to the Extension:
|
|||
|
||||
```yarn```
|
||||
|
||||
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/`.)
|
||||
4. Build the project using `yarn run build` or `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/`.)
|
||||
|
||||
```yarn run build```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue