diff --git a/package.json b/package.json index f4c6dc8..6fd2276 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", "build": "astro build", + "dev": "astro dev", "preview": "astro preview", "astro": "astro", "prepare": "husky",