Skip to content

Commit

Permalink
update package.json for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jul 18, 2024
1 parent 602a198 commit ae25711
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 @@ -27,7 +27,7 @@
"webpack-cli": "^5.1.1"
},
"scripts": {
"test": "npx mocha src/phoenix",
"test": "npx mocha src/phoenix/test src/contextlink/test",
"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 ae25711

Please sign in to comment.