From 7eca866e4876b481f942e26c68a5ef6664498aa2 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 25 Feb 2024 18:04:32 +1300 Subject: [PATCH] remove unneeded test script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5475e7e..0dcfaa6 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "index.js", "scripts": { "build": "tsc", - "start": "npm run build && cd src && node .", - "test": "echo \"Error: no test specified\" && exit 1" + "start": "npm run build && cd src && node ." }, "keywords": [], "author": "",