mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 17:50:00 -06:00
fix: fix CI attempt #6
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user