From aebe89a1acb070764551e8e89e325325ffbed8f9 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 18 Jul 2024 16:16:31 -0400 Subject: [PATCH] fix: fix CI attempt #2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd9e49655..61a744aeb 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/phoenix/packages/contextlink && npx mocha && cd -", + "test": "cd src/phoenix && npx mocha && cd - && cd src/contextlink && npx mocha && cd -", "start=gui": "nodemon --exec \"node dev-server.js\" ", "start": "node ./tools/run-selfhosted.js", "build": "cd src/gui; node ./build.js",