From daae9ac98e9f901e92486ac7c24d9879a9116f72 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sat, 9 Aug 2025 13:26:34 +0200 Subject: [PATCH] feat: Use python3 when running mach from npm, b=no-bug, c=no-component --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c6d901de..2bd528942 100644 --- a/package.json +++ b/package.json @@ -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",