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