From ade6493331e8ba7735c0e515a8d7e54d91a5547c Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 17:40:56 +0100 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d5815f..737f8e6 100755 --- a/package.json +++ b/package.json @@ -5,9 +5,8 @@ "main": "dist/index.js", "scripts": { "lint": "eslint src/**", - "test": "jest", "package": "ncc build src/main.js --source-map", - "all": "npm run lint && npm run test && npm run package" + "all": "npm run lint && npm run package" }, "keywords": [], "author": "",