chore: correct exit code
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 33s

This commit is contained in:
Naomi Carrigan 2025-01-23 01:38:19 -08:00
parent d07e0a87ba
commit 59aa98e707
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -11,7 +11,7 @@
"build:watch": "tsc --watch",
"lint": "eslint src --max-warnings 0",
"start": "node --watch prod/develop.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/website-headers' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_website-headers -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
},
"keywords": [],