We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fa2d0 commit 58c199cCopy full SHA for 58c199c
package.json
@@ -26,7 +26,7 @@
26
"webpack-cli": "^5.1.1"
27
},
28
"scripts": {
29
- "test": "mocha ./src/phoenix/test ./src/phoenix/packages/contextlink/test",
+ "test": "cd src/phoenix && npx mocha && cd - && cd src/phoenix/packages/contextlink && npx mocha && cd -",
30
"start=gui": "nodemon --exec \"node dev-server.js\" ",
31
"start": "node ./tools/run-selfhosted.js",
32
"build": "cd src/gui; node ./build.js",
0 commit comments