Skip to content

Commit

Permalink
fix: fix CI attempt #6
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jul 18, 2024
1 parent 74adcdd commit 9d549b1
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": "cd src/phoenix && npm run test && cd - && cd src/contextlink && npm run test && cd -",
"test": "cd src/phoenix && npm ci && npm run test && cd - && cd src/contextlink && npm ci && 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 9d549b1

Please sign in to comment.