Skip to content

Commit 614f2c5

Browse files
committed
fix: fix CI attempt #7
1 parent 9d549b1 commit 614f2c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)