From ecc421b878df6f3677d1ac6f8fe887b21095391a Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 22 Aug 2025 15:43:13 -0700 Subject: [PATCH] fix: exit code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a7860a..40b91d7 100644 --- a/package.json +++ b/package.json @@ -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": "",