From afa5949c062506a33bd6f41c08bbee89669dc2b1 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Mon, 6 Mar 2023 19:22:11 +0800 Subject: [PATCH] =?UTF-8?q?*=20=F0=9F=93=A6=20chore(package.json):=20renam?= =?UTF-8?q?e=20prepublish=20script=20to=20patch=20The=20prepublish=20scrip?= =?UTF-8?q?t=20has=20been=20renamed=20to=20patch=20to=20better=20reflect?= =?UTF-8?q?=20its=20purpose=20of=20incrementing=20the=20patch=20version=20?= =?UTF-8?q?of=20the=20package.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd1c325..c705f3d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "start": "node ./out/cli.cjs", "dev": "ts-node ./src/cli.ts", "build": "rimraf out && esbuild ./src/cli.ts --bundle --outfile=out/cli.cjs --format=cjs --platform=node", - "prepublish": "npm version patch", + "patch": "npm version patch", "lint": "eslint src --ext ts && tsc --noEmit" }, "devDependencies": {