chore: Import patches before bootstraping, b=no-bug, c=no-component

This commit is contained in:
Mr. M
2025-07-19 21:41:47 +02:00
parent 7e63561092
commit 71598f7dcc

View File

@@ -11,7 +11,7 @@
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
"export": "surfer export",
"init": "npm run download && npm run bootstrap && npm run import",
"init": "npm run download && npm run import && npm run bootstrap",
"download": "surfer download",
"bootstrap": "surfer bootstrap",
"package": "surfer package",