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