chore: add dev script

This commit is contained in:
Ayo Ayco 2024-12-26 00:04:49 +01:00
parent 95329ff66d
commit f8d94bb2ee

View file

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