From 718bf38b476fc0a4f93e1afd24a2eca9894a5c3e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 18 Mar 2025 21:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=93?= 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 4370876a..631dc0d6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:lint": "turbo test:lint", "test:typecheck": "turbo test:typecheck", "test:unit": "turbo test:unit", - "release": "bumpp && pnpm publish", + "release": "bumpp -r && pnpm publish -r", "pretest": "run-s build", "prerelease": "run-s build", "precommit": "lint-staged",