diff --git a/package.json b/package.json index 8c582bd..7298dd3 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,11 @@ "private": true, "scripts": { "dev": "astro dev", - "start": "astro dev", + "start": "astro preview --host 0.0.0.0 --port 8080", "check": "astro check", "build": "astro build", "preview": "astro preview --host 0.0.0.0 --port 8080", + "postinstall": "astro build", "astro": "astro" }, "dependencies": {