This commit is contained in:
Mr. M
2025-07-16 17:09:37 +02:00
60 changed files with 1303 additions and 510 deletions

View File

@@ -6,7 +6,7 @@
"**/*": ""
},
"scripts": {
"build": "surfer build",
"build": "npm run ffprefs && surfer build",
"build:ui": "surfer build --ui",
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
@@ -25,7 +25,8 @@
"reset-ff": "surfer reset",
"surfer": "surfer",
"test": "python3 scripts/run_tests.py",
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure"
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure",
"ffprefs": "cd tools/ffprefs && cargo run --release --bin ffprefs -- ../../"
},
"repository": {
"type": "git",