From e705eec20b2fcca2ba790032eed7c7045613c373 Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Mon, 29 Jul 2024 17:23:05 +0700 Subject: [PATCH] chore: fix script publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 418daa6..8ea5487 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "scripts": { "build": "tsup", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", "release": "bumpp", "lint": "tsc", "verify-commit": "verify-commit-msg",