mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(config): add submit script command
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
"api:test": "cd apps/api && bun test src",
|
"api:test": "cd apps/api && bun test src",
|
||||||
"pick": "bun apps/cli/pick.ts",
|
"pick": "bun apps/cli/pick.ts",
|
||||||
"sync": "bun apps/cli/sync.ts",
|
"sync": "bun apps/cli/sync.ts",
|
||||||
|
"submit": "bun apps/cli/submit.ts",
|
||||||
"test": "bun apps/cli/test.ts"
|
"test": "bun apps/cli/test.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user