瀏覽代碼

update package.json for local testing

KernelDeimos 10 月之前
父節點
當前提交
ae25711a13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",