chore: add dev script
This commit is contained in:
parent
95329ff66d
commit
f8d94bb2ee
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue