From 3bca973f5f4e65a2bd24c634c347fbd681a7458b Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 18 Jul 2024 16:20:57 -0400 Subject: [PATCH] fix: fix CI attempt #3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a744ae..622e9f68 100644 --- a/package.json +++ b/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",