From 7bffc06aaf59d83e43740c4a2f4b3c04a9a386ce Mon Sep 17 00:00:00 2001 From: Nevernown Date: Fri, 6 Jun 2025 13:50:40 +0200 Subject: [PATCH] Better deploy command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30483c3..9f24eb0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "dev": "astro dev", "build": "astro build", - "preview": "astro preview" + "preview": "astro preview", + "deploy": "./update.sh" }, "repository": { "type": "git",