From 0c83ade91870240f74aa2f2b42c04217e79b3905 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 30 Oct 2022 13:02:01 -0700 Subject: [PATCH] update release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",