From 7ccc2975868be620ff1f65363f837b370bb9ae74 Mon Sep 17 00:00:00 2001 From: Jermaine Ernst Date: Mon, 7 Jun 2021 22:28:11 +0200 Subject: [PATCH] Change exit code to 0 in test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eed59c7..94fe72c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple typescript credit card generator", "main": "src/CreditCardGenerator.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "exit 0" }, "repository": { "type": "git",