From f1b3d05944877261aff1c44901f6141ea86ffc78 Mon Sep 17 00:00:00 2001 From: ctw-joao-luis Date: Tue, 10 Dec 2024 09:45:07 +0000 Subject: [PATCH] remove test to publish only --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44d7009..fb55f77 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:ci": "eslint .", "lint": "eslint .", "prepack": "yarn build", - "prepublishOnly": "yarn lint:ci && yarn test", + "prepublishOnly": "yarn lint:ci", "test": "jest", "watch": "tsc --watch" },