From d3adb610edbbbd58bfb9b5d2a537c91f5c8a9987 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Sun, 3 Mar 2024 03:35:38 +0100 Subject: [PATCH] : change test script to not fail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82c7565..180f205 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node dist/index.js", "start-local": "tsc && node dist/index.js", "build": "tsc", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified, please add them later\"" }, "keywords": [], "author": "",