From c27d980ee7304ee1fa5c5d4389f601b733363eaf Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Sun, 7 Jul 2024 04:20:25 +0200 Subject: [PATCH] add deploy command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a3e0811..36f015f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "deploy": "sh deploy.sh" }, "dependencies": { "@astrojs/check": "^0.5.9",