chore: Move ffprefs to the import script from build, b=no-bug, c=no-component

This commit is contained in:
Mr. M
2025-08-17 15:10:25 +02:00
parent c020106535
commit 942606f82b
2 changed files with 5 additions and 6 deletions

View File

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