Update deploy script

This commit is contained in:
pancakes 2024-06-20 23:43:48 +10:00
parent d11f344f89
commit 71829a6ec9
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; rm -rf public/; mv build/ public/"
"deploy": "git pull; vite build"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",