From f8d94bb2ee51649770802ecf8a44b540e9d2db1e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 26 Dec 2024 00:04:49 +0100 Subject: [PATCH] chore: add dev script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eab56c8..b22cd97 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "homepage": "https://cozy.pub", "scripts": { "start": "astro dev", + "dev": "astro dev", "build": "astro build", "build:preview": "astro build && node ./server.mjs", "publish:patch": "npm version patch && npm publish --access public",