feat: Use python3 when running mach from npm, b=no-bug, c=no-component

This commit is contained in:
Mr. M
2025-08-09 13:26:34 +02:00
parent 9e6cafa9bd
commit daae9ac98e

View File

@@ -8,7 +8,7 @@
"scripts": {
"build": "npm run ffprefs && surfer build",
"build:ui": "surfer build --ui",
"start": "cd engine && ./mach run --noprofile",
"start": "cd engine && python3 ./mach run --noprofile",
"import": "surfer import",
"export": "surfer export",
"init": "npm run download && npm run import && npm run bootstrap",