From d7001916d4d7d969250c6e2b643d3aecfb789a39 Mon Sep 17 00:00:00 2001 From: satnaing Date: Wed, 25 Jan 2023 19:52:33 +0630 Subject: [PATCH] chore: add new script cmd 'astro sync' --- package.json | 1 + 1 file changed, 1 insertion(+) 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 .",