From 833f2fcbb16b17a8cef3bf4e3e0881cf651d9fa0 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Tue, 17 Nov 2020 15:48:31 +0100 Subject: [PATCH] fix(distro): build and test distro after version bump Closes #1369 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7ccec2..2e57a60a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "karma start test/config/karma.unit.js", "distro": "node tasks/build-distro.js", "test:distro": "node tasks/test-distro.js", - "preversion": "run-s distro test:distro" + "postversion": "run-s distro test:distro" }, "repository": { "type": "git",