feat(config): add close-topics script command

This commit is contained in:
Prad Nukala
2026-08-24 16:47:00 -04:00
parent d4b9c5b4fa
commit 48452fb72c
+1
View File
@@ -7,6 +7,7 @@
"build": "blume build", "build": "blume build",
"doctor": "blume doctor", "doctor": "blume doctor",
"close-solved": "bun scripts/close-solved.ts", "close-solved": "bun scripts/close-solved.ts",
"close-topics": "bun scripts/close-topics.ts",
"pick": "bun scripts/pick.ts", "pick": "bun scripts/pick.ts",
"sync": "bun scripts/sync.ts", "sync": "bun scripts/sync.ts",
"test": "bun scripts/test.ts" "test": "bun scripts/test.ts"