npm run react

This commit is contained in:
Andrew Pareles 2024-12-11 02:57:17 -08:00
parent d175ac20ef
commit 62cdaba44b

View file

@ -9,7 +9,7 @@
"main": "./out/main",
"private": true,
"scripts": {
"build": "cd ./src/vs/workbench/contrib/void/browser/react/ && node build.js && cd ../../../../../../../",
"react": "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",