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

This commit is contained in:
2025-01-23 02:02:15 -08:00
parent c628afe95d
commit 4bf4bae97d
+1 -1
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"
}, },