From 1fe129bf3fc83e4a5ebd52c6da699937cc9230df Mon Sep 17 00:00:00 2001 From: SunWuyuan <1847261658@qq.com> Date: Fri, 26 Jul 2024 11:40:19 +0800 Subject: [PATCH] 1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3352177..91d480e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "preview": "vite preview", "lint": "eslint . --fix --ignore-path .gitignore", "deploy": "npm run build-scratch-gui && npm run build", - "installall": "npm install && npm install -C /scratch-gui" + "installall": "git submodule update && npm install && npm install -C /scratch-gui" }, "dependencies": { "@mdi/font": "7.4.47",