chore: Update npm init script to use npm run commands for bootstrap and import

This commit is contained in:
Mauro Balades
2024-07-13 22:29:33 +02:00
parent 7e1c76a1da
commit 8521a2d044

View File

@@ -8,7 +8,7 @@
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
"export": "surfer export",
"init": "bootstrap && import",
"init": "npm run bootstrap && npm run import",
"bootstrap": "surfer download && surfer bootstrap",
"package": "surfer package",
"update-ff": "python3 scripts/update_ff.py",