From 48452fb72cbb6c79ed857599bc15e54bc18da1ed Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 24 Aug 2026 16:47:00 -0400 Subject: [PATCH] feat(config): add close-topics script command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cf866ac..8e679df 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "blume build", "doctor": "blume doctor", "close-solved": "bun scripts/close-solved.ts", + "close-topics": "bun scripts/close-topics.ts", "pick": "bun scripts/pick.ts", "sync": "bun scripts/sync.ts", "test": "bun scripts/test.ts"