diff --git a/package.json b/package.json index e3d8d04..9bb2273 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "type-check": "tsc --noEmit", - "deploy": "npm run build && git add . && git commit -m 'build and deploy auto' && git push" + "deploy": "bash update.sh" }, "dependencies": { "@supabase/supabase-js": "^2.38.4",