mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
tsup works
This commit is contained in:
parent
a8c5c696be
commit
e8bbe4bf5a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ To build Void, first open `void/` in VSCode. Then:
|
|||
npm install
|
||||
```
|
||||
|
||||
2. Build Void's React components by running `cd ./src/vs/workbench/contrib/void/browser/react/`, and executing the build script with `node ./build.js`. You might need to run `npm i -g tsup` if this doesn't work.
|
||||
2. Build Void's React components by running `cd ./src/vs/workbench/contrib/void/browser/react/`, and executing the build script with `node ./build.js`.
|
||||
|
||||
3. Press <kbd>Ctrl+Shift+B</kbd>, or if you prefer using the terminal run `npm run watch`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue