feat(config): add stats script to package.json

This commit is contained in:
Prad Nukala
2026-08-31 18:56:46 -04:00
parent b86f36daf1
commit 664ea534ed
+1
View File
@@ -15,6 +15,7 @@
"api:deploy": "cd apps/api && bun run deploy",
"api:test": "cd apps/api && bun test src",
"pick": "bun apps/cli/pick.ts",
"stats": "bun apps/cli/stats.ts",
"sync": "bun apps/cli/sync.ts",
"submit": "bun apps/cli/submit.ts",
"test": "bun apps/cli/test.ts"