From 45b497625de9a9587f0a348bf77ddda0623b6f65 Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Mon, 6 Nov 2023 23:42:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore(core):=20Replace=20`prepub?= =?UTF-8?q?lish`=20script=20with=20`prepare`=20(#981)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 7a4a5dd9d..caa190889 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -25,7 +25,7 @@ "lint": "biome check . --apply", "lint:check": "biome check . --verbose", "lint:unsafe": "biome check . --apply-unsafe", - "prepublish": "pnpm run build", + "prepare": "pnpm run build", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest watch",