From c04c0aa1f96d8d6b46cc121f796767567b557c40 Mon Sep 17 00:00:00 2001 From: Demian Parkhomenko <95881717+DemianParkhomenko@users.noreply.github.com> Date: Tue, 7 May 2024 17:10:23 +0300 Subject: [PATCH] Fix `npm run test` command to pass CI/CD --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d81c6c7..e4765bd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "scripts": { "build": "tsc", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\"" }, "type": "module", "types": "lib/index.d.ts",