mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
fix: minor issue in root package.json
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@
|
||||
"yaml": "^2.8.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npx mocha src/phoenix/test && npx vitest run src/backend && node src/backend/tools/test",
|
||||
"test": "npx mocha src/phoenix/test && npx vitest run src/backend && node src/backend/tools/test.mjs",
|
||||
"test:puterjs-api": "vitest run tests/puterJsApiTests",
|
||||
"test:backend": "vitest --config=src/backend/vitest.config.mts src/backend",
|
||||
"start=gui": "nodemon --exec \"node dev-server.js\" ",
|
||||
@@ -92,4 +92,4 @@
|
||||
"engines": {
|
||||
"node": ">=20.19.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user