From 2bbe030732a7f3c9e04ae4dc9b944d98646f192a Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 29 Jul 2019 12:24:08 +0700 Subject: [PATCH] Postversion script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fb1fac..f712c0c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Generic SMS handler / driver", "main": "index.js", "scripts": { - "test": "mocha" + "test": "mocha", + "postversion": "git push && git push --tags" }, "repository": { "type": "git", -- 1.9.0