Skip to content

Commit 9d549b1

Browse files
committed
fix: fix CI attempt #6
1 parent 74adcdd commit 9d549b1

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
@@ -27,7 +27,7 @@
2727
"webpack-cli": "^5.1.1"
2828
},
2929
"scripts": {
30-
"test": "cd src/phoenix && npm run test && cd - && cd src/contextlink && npm run test && cd -",
30+
"test": "cd src/phoenix && npm ci && npm run test && cd - && cd src/contextlink && npm ci && npm run test && cd -",
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)