We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c199c commit aebe89aCopy full SHA for aebe89a
package.json
@@ -26,7 +26,7 @@
26
"webpack-cli": "^5.1.1"
27
},
28
"scripts": {
29
- "test": "cd src/phoenix && npx mocha && cd - && cd src/phoenix/packages/contextlink && npx mocha && cd -",
+ "test": "cd src/phoenix && npx mocha && cd - && cd src/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