adds astro sync to npm scripts
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"start": "astro build --remote && node ./dist/server/entry.mjs",
|
"start": "astro build --remote && node ./dist/server/entry.mjs",
|
||||||
"build": "astro build --remote",
|
"build": "astro build --remote",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
|
"sync": "astro sync",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user