fix: exit code
Node.js CI / Lint and Test (push) Successful in 38s

This commit is contained in:
2025-08-22 15:43:13 -07:00
parent dde62d4171
commit ecc421b878
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",