chore: Add cloc script to count lines of code

This commit is contained in:
Jesse Wierzbinski 2023-12-02 20:57:28 -10:00
parent ab74c17ebd
commit d1f9ff650f
No known key found for this signature in database

View file

@ -40,6 +40,7 @@
"prisma": "bun run prisma.ts", "prisma": "bun run prisma.ts",
"generate": "bun prisma generate", "generate": "bun prisma generate",
"benchmark:timeline": "bun run benchmarks/timelines.ts", "benchmark:timeline": "bun run benchmarks/timelines.ts",
"cloc": "cloc . --exclude-dir node_modules",
"cli": "bun run cli.ts" "cli": "bun run cli.ts"
}, },
"trustedDependencies": [ "trustedDependencies": [