Clean install packages on deploy script

This commit is contained in:
pancakes 2024-06-20 23:52:47 +10:00
parent 71829a6ec9
commit 80d32bbbe0
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -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",