add deploy command

This commit is contained in:
Zvonimir Rudinski
2024-07-07 04:20:25 +02:00
parent a84874fb8e
commit c27d980ee7

View File

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