mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: fix CI attempt #6
This commit is contained in:
parent
74adcddc1d
commit
9d549b192d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user