chore: lint command
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 25s

This commit is contained in:
Naomi Carrigan 2025-01-23 02:02:15 -08:00
parent c628afe95d
commit 4bf4bae97d
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"lint": "eslint src test --max-warnings 0", "lint": "eslint src --max-warnings 0",
"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"
}, },