From 6a0188c93edcb0df355777e5112c84913be075ee Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 2 May 2024 19:20:32 -1000 Subject: [PATCH] chore: :hammer: Add character count script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a7e1a481..5a6a0054 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "prod-build": "bun run build.ts", "benchmark:timeline": "bun run benchmarks/timelines.ts", "cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs,glitch,glitch-dev --exclude-ext sql,log,pem", + "wc": "find server database *.ts docs packages types utils drizzle tests -type f -print0 | wc -m --files0-from=-", "cli": "bun run cli.ts" }, "trustedDependencies": [