fix: only fetch docs on demand, not in build

This commit is contained in:
2025-08-07 14:15:42 -07:00
parent 24d37dcd16
commit 4841e95d06
+1 -1
View File
@@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"lint": "eslint ./src --max-warnings 0",
"build": "op run --env-file=./prod.env -- tsx getDocs.ts && tsc",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0",
"db": "prisma generate"