Skip to content

Commit aebe89a

Browse files
committed
fix: fix CI attempt #2
1 parent 58c199c commit aebe89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"webpack-cli": "^5.1.1"
2727
},
2828
"scripts": {
29-
"test": "cd src/phoenix && npx mocha && cd - && cd src/phoenix/packages/contextlink && npx mocha && cd -",
29+
"test": "cd src/phoenix && npx mocha && cd - && cd src/contextlink && npx mocha && cd -",
3030
"start=gui": "nodemon --exec \"node dev-server.js\" ",
3131
"start": "node ./tools/run-selfhosted.js",
3232
"build": "cd src/gui; node ./build.js",

0 commit comments

Comments
 (0)