From 10fc155ad90323258155febc011beb1b4bc5c384 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 27 Jul 2026 10:29:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20DBMaker=20atualiz?= =?UTF-8?q?ado=20em=2027/07/2026=2010:29:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",