mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
npm run react
This commit is contained in:
parent
d175ac20ef
commit
62cdaba44b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"main": "./out/main",
|
"main": "./out/main",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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": "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": "npx playwright install && node test/unit/browser/index.js",
|
||||||
"test-browser-amd": "npx playwright install && node test/unit/browser/index.amd.js",
|
"test-browser-amd": "npx playwright install && node test/unit/browser/index.amd.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue