generated from nhcarrigan/template
fix: only fetch docs on demand, not in build
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user