diff --git a/package.json b/package.json index 4807448..f97875f 100644 --- a/package.json +++ b/package.json @@ -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 .",