fix: script

This commit is contained in:
2025-08-07 13:03:44 -07:00
parent a3db47f8fb
commit b9448e2382
+1 -1
View File
@@ -7,7 +7,7 @@
"scripts": {
"lint": "eslint ./src --max-warnings 0 --ignore-pattern ./src/data",
"dev": "NODE_ENV=dev op run --env-file=./dev.env -- tsx watch ./src/index.ts",
"build": "tsx ./getDocs.ts && tsc",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
},