diff --git a/package.json b/package.json index 3d49fd6aa..b7090001d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "A collection of Node web application utilities developed for the Meetup web platform", "scripts": { "test": "jest", - "preversion": "npm test" + "preversion": "npm test", + "postversion": "git push && git push --tags" }, "repository": { "type": "git",