diff --git a/package.json b/package.json index 38f1bce87..fde501c72 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "frontend:build": "webpack", "frontend:build:watch": "webpack --watch", "prerelease": "npm run test", - "release": "standard-version -a" + "release": "standard-version -a", + "postrelease": "git push --follow-tags origin master" }, "husky": { "hooks": {