mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add close-topics script command
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user