Skip to content

Commit

Permalink
fix: fix CI attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jul 18, 2024
1 parent aebe89a commit 3bca973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bca973

Please sign in to comment.