diff --git a/package.json b/package.json index 522ca435..2da97b08 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "scripts": { "preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client", - "postversion": "git add . && git commit -m 'Bump npm version to ${version}' && git push origin main --tags && git switch staging", + "postversion": "git push origin main --tags && git switch staging", "deploy": "npm version --include-workspace-root --workspaces" }, "repository": {