From 3925cc4294697057a893b7e7806e22a049b57e55 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 28 Jan 2019 18:15:05 +0700 Subject: [PATCH] postversion script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c751eac..3f04293 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Komodo Dummy Gateway", "main": "index.js", "scripts": { - "test": "mocha test" + "test": "mocha", + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0