From 1e05bd92d8f48cc0323720bb51f8d3af9c9ff476 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 21 Apr 2022 21:52:10 +0530 Subject: [PATCH] chore: added push script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c58cd02..169ee50 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version", - "preview": "standard-version --dry-run" + "preview": "standard-version --dry-run", + "push": "git push --follow-tags" }, "repository": { "type": "git",