generated from nhcarrigan/template
feat: last bit of polish
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 37s
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 37s
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user