chore: add new script cmd 'astro sync'

This commit is contained in:
satnaing
2023-01-25 19:52:33 +06:30
parent c505e4bb1e
commit d7001916d4
+1
View File
@@ -7,6 +7,7 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --check .",
"format": "prettier --write .",