feat: add verify-db script to package.json

This commit is contained in:
2026-04-04 12:33:12 +05:30
parent ff1c97af44
commit 7395effb4b
2 changed files with 432 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"lint:fix:unsafe": "biome check . --write --unsafe",
"format:fix": "biome format . --write",
"ingest": "bun run setup/ingest.ts",
"verify-db": "bun run test/manual/verify-db.ts",
"agent": "bun run agent.ts",
"build": "bun run setup/build_graph.ts",
"test": "bun test"