fix: minor issue in root package.json

This commit is contained in:
KernelDeimos
2025-11-25 19:17:39 -05:00
committed by Eric Dubé
parent 5f78552005
commit d6651498eb
+2 -2
View File
@@ -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"
}
}
}