diff --git a/package.json b/package.json index 5a5b281..c73cf91 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build": "tsup", "lint": "eslint .", "lint:fix": "eslint . --fix", - "release": "bumpp --commit --push --tag && npm publish" + "release": "bumpp && npm publish" }, "peerDependencies": { "@trpc/client": "^10.0.0-proxy-beta.21",