소스 검색

fix: fix CI attempt #3

KernelDeimos 10 달 전
부모
커밋
3bca973f5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

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