We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74adcdd commit 9d549b1Copy full SHA for 9d549b1
package.json
@@ -27,7 +27,7 @@
27
"webpack-cli": "^5.1.1"
28
},
29
"scripts": {
30
- "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 -",
31
"start=gui": "nodemon --exec \"node dev-server.js\" ",
32
"start": "node ./tools/run-selfhosted.js",
33
"build": "cd src/gui; node ./build.js",
0 commit comments