From e8bbe4bf5ab1349659e554c151f12593c70e9110 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:56:09 -0800 Subject: [PATCH] tsup works --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f06d13d1..a98f03ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 Ctrl+Shift+B, or if you prefer using the terminal run `npm run watch`.