diff --git a/package.json b/package.json index a7bf5c3..6764a13 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", - "install": "npm install && npm install -C /scratch-gui" + "preinstall": "npm install && npm install -C /scratch-gui" }, "dependencies": { "@mdi/font": "7.4.47",