update readme

This commit is contained in:
Colby McHenry
2026-01-18 17:04:50 -06:00
parent 91aa545f59
commit e306114607
2 changed files with 90 additions and 92 deletions
+2
View File
@@ -10,6 +10,8 @@
"scripts": {
"build": "tsc && npm run copy-assets",
"copy-assets": "cp -r src/extraction/queries dist/extraction/ && cp src/db/schema.sql dist/db/",
"dev": "tsc --watch",
"cli": "npm run build && node dist/bin/codegraph.js",
"test": "vitest run",
"test:watch": "vitest",
"clean": "rm -rf dist"