feat: last bit of polish
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 37s

This commit is contained in:
2025-08-11 19:37:12 -07:00
parent eafb205f91
commit 0a2f75380e
8 changed files with 82 additions and 16 deletions

View File

@@ -5,7 +5,10 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint ./src --max-warnings 0",
"build": "prisma generate && tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
},
"keywords": [],
"author": "",