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",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint ./src --max-warnings 0",
|
"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",
|
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
|
||||||
"test": "echo 'No tests yet' && exit 0",
|
"test": "echo 'No tests yet' && exit 0",
|
||||||
"db": "prisma generate"
|
"db": "prisma generate"
|
||||||
|
|||||||
Reference in New Issue
Block a user