mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add spaced-repetition script
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"close-solved": "bun apps/cli/close-solved.ts",
|
"close-solved": "bun apps/cli/close-solved.ts",
|
||||||
"close-topics": "bun apps/cli/close-topics.ts",
|
"close-topics": "bun apps/cli/close-topics.ts",
|
||||||
"sync-project-fields": "bun apps/cli/sync-project-fields.ts",
|
"sync-project-fields": "bun apps/cli/sync-project-fields.ts",
|
||||||
|
"spaced-repetition": "bun apps/cli/spaced-repetition.ts",
|
||||||
"api:dev": "cd apps/api && bun run dev",
|
"api:dev": "cd apps/api && bun run dev",
|
||||||
"api:deploy": "cd apps/api && bun run deploy",
|
"api:deploy": "cd apps/api && bun run deploy",
|
||||||
"api:test": "cd apps/api && bun test src",
|
"api:test": "cd apps/api && bun test src",
|
||||||
|
|||||||
Reference in New Issue
Block a user