From e97b440d2c424e1c8456a70ccd1851259441e28b Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Mon, 8 Jan 2024 19:55:58 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d345ad..b218557 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "package": "ncc build src/index.js --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "jest", - "all": "npm run format:write && npm run lint && npm run test && npm run package" + "all": "npm run format:write && npm run lint && npm run package" }, "license": "MIT", "eslintConfig": {