Skip to content

Commit daae9ac

Browse files
committed
feat: Use python3 when running mach from npm, b=no-bug, c=no-component
1 parent 9e6cafa commit daae9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "npm run ffprefs && surfer build",
1010
"build:ui": "surfer build --ui",
11-
"start": "cd engine && ./mach run --noprofile",
11+
"start": "cd engine && python3 ./mach run --noprofile",
1212
"import": "surfer import",
1313
"export": "surfer export",
1414
"init": "npm run download && npm run import && npm run bootstrap",

0 commit comments

Comments
 (0)