diff --git a/package.json b/package.json index 16b4175..7d36d2b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "precommit": "bash scripts/pre-commit.sh", + "postversion": "git push --atomic --follow-tags origin develop develop:master", "start": "node index", "lint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1"