tsup works

This commit is contained in:
Andrew Pareles 2024-11-21 03:56:09 -08:00 committed by GitHub
parent a8c5c696be
commit e8bbe4bf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.