From 516f2f2f8c15b9dc86fcd7d8ef8a7c2cfd76f94c Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 02:06:39 +0200 Subject: [PATCH] chore: make no test as warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6fdfe..a5ced45 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "main": "src/index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Warn: no test specified\"", "dev": "vite", "start": "vite", "build": "vite build",