From cb8eaebfe2eb7ee902d592edf6247ad7f72276cc Mon Sep 17 00:00:00 2001 From: GingerPlusPlus Date: Thu, 31 Jan 2019 21:55:51 +0100 Subject: [PATCH] Add postversion script (#94) --- package.json | 1 + 1 file changed, 1 insertion(+) 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"