update package.json for local testing

This commit is contained in:
KernelDeimos 2024-07-18 17:02:31 -04:00
parent 602a19895c
commit ae25711a13

View File

@ -27,7 +27,7 @@
"webpack-cli": "^5.1.1"
},
"scripts": {
"test": "npx mocha src/phoenix",
"test": "npx mocha src/phoenix/test src/contextlink/test",
"start=gui": "nodemon --exec \"node dev-server.js\" ",
"start": "node ./tools/run-selfhosted.js",
"build": "cd src/gui; node ./build.js",