diff --git a/package.json b/package.json index 51469ea..ae01a9a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "dev": "astro dev", "start": "astro dev", "build": "astro build", - "preview": "astro preview" + "preview": "astro preview", + "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.31.1",