From 633362b9b367510047ec00da5a011d357cb0ef1e Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 20 Aug 2026 13:37:14 -0400 Subject: [PATCH] chore(config): add sync script to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 80d1094..8549583 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "blume build", "doctor": "blume doctor", "pick": "bun scripts/pick.ts", + "sync": "bun scripts/sync.ts", "test": "bun scripts/test.ts" }, "dependencies": {