From 4ea2963ef3edbf6f5ef0380fa9c5414df35e42f4 Mon Sep 17 00:00:00 2001 From: Adam Kasprowicz <37408506+adamkasprowicz@users.noreply.github.com> Date: Mon, 17 Jun 2019 12:31:47 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d054efa..c0fa8d5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "NODE_ENV=production webpack -p", "preversion": "npm run test", "version": "npm run build && git add .", - "postversion": "git push && git push --tags", + "postversion": "git push && git push --tags && npm publish", "test": "NODE_ENV=test jest", "test:watch": "NODE_ENV=test jest --watch" },