diff --git a/package.json b/package.json index 71c1b47..e57dd31 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; rm -rf public/; mv build/ public/" + "deploy": "git pull; vite build" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0",