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",