feat(config): add submit script command

This commit is contained in:
Prad Nukala
2026-08-26 15:25:38 -04:00
parent d57d75efcc
commit b669e97c3f
+1
View File
@@ -14,6 +14,7 @@
"api:test": "cd apps/api && bun test src",
"pick": "bun apps/cli/pick.ts",
"sync": "bun apps/cli/sync.ts",
"submit": "bun apps/cli/submit.ts",
"test": "bun apps/cli/test.ts"
}
}