From 252af4c86372ea45d68179f469fd6ec4d4106d6d Mon Sep 17 00:00:00 2001 From: mp Date: Mon, 9 Dec 2024 16:17:53 -0800 Subject: [PATCH] build script --- package.json | 1 + 1 file changed, 1 insertion(+) 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",