From 1c07a2251b2a623654115277dd6095c6ef33390d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E5=A4=A9=E5=BE=A1=E5=89=91=E6=B5=81co?= <521luqiya@gmail.com> Date: Mon, 25 Nov 2024 10:58:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=20prepublishOnly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 83850ce..3552425 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "build": "unbuild --no-type-check", "dev": "tsup --dts --watch", "lint": "eslint .", - "prepublishOnly": "nr build", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest",