From 177eadf8d906af7c264598f8bc46a45f26f7ca55 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Wed, 15 Aug 2018 11:19:35 +0700 Subject: [PATCH] Postversion script on package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 92d00c3..6d1b35a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Komodo gateway to Telkomsel MKIOS chip", "main": "index.js", "scripts": { - "test": "mocha" + "test": "mocha", + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0