From 8521a2d044ecf9d3d6b7035f32ae63577e2d18e2 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 13 Jul 2024 22:29:33 +0200 Subject: [PATCH] chore: Update npm init script to use npm run commands for bootstrap and import --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 589176529..525e47b58 100644 --- a/package.json +++ b/package.json @@ -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",