Skip to content

Commit 58c199c

Browse files
committed
fix: run mocha within packages in monorepo
1 parent 82fa2d0 commit 58c199c

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": "mocha ./src/phoenix/test ./src/phoenix/packages/contextlink/test",
29+
"test": "cd src/phoenix && npx mocha && cd - && cd src/phoenix/packages/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)