diff --git a/package.json b/package.json index e57dd31..494e8d1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "eslint .", - "deploy": "git pull; vite build" + "deploy": "git pull; npm ci; vite build" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0",