From 296cd1b477832802c649ed253a231176740590f3 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:51:30 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bd47caf..6f0214ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ To build Void, first follow the prerequisite steps above for your operating syst npm install ``` -2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node ./build.js` to build Void's external dependencies (our React components, etc). +2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node build.js` to build Void's external dependencies (our React components, etc). 3. Press Ctrl+Shift+B, or if you prefer using the terminal run `npm run watch`.