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",