From bb9e1272676ab5c38009e366db15caae901053cd Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Fri, 29 Jun 2018 19:17:47 +0700 Subject: [PATCH] Postversion script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0300ab..40a9ca4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Komodo Gateway to other Komodo", "main": "index.js", "scripts": { - "test": "mocha" + "test": "mocha", + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0