From 7009f91f325140fef14d192bdd313fbbe62b7340 Mon Sep 17 00:00:00 2001 From: MrCoder Date: Tue, 17 Dec 2024 16:28:39 +1100 Subject: [PATCH] Remove "publish" script which cause infinite loop --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f56e16f2..da66ea97 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "git:branch:safe-delete": "echo '> git log --graph --left-right --cherry --oneline another-branch...main'", "git:forget": "git rm -r --cached . && git add . && git commit -m \"Forget all ignored files\"", "test:specs": "echo \"Error: test:specs is not supported\"", - "prepare": "husky install", - "publish": "pnpm build && npm publish" + "prepare": "husky install" }, "main": "./dist/zenuml.js", "module": "./dist/zenuml.esm.mjs",