diff --git a/package.json b/package.json index 8f4f7878..8bcd3416 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "main": "./out/main", "private": true, "scripts": { + "build": "cd ./src/vs/workbench/contrib/void/browser/react/ && node build.js && cd ../../../../../../../", "test": "echo Please run any of the test scripts from the scripts folder.", "test-browser": "npx playwright install && node test/unit/browser/index.js", "test-browser-amd": "npx playwright install && node test/unit/browser/index.amd.js",