build script

This commit is contained in:
mp 2024-12-09 16:17:53 -08:00
parent e5ac36facd
commit 252af4c863

View file

@ -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",