fix(distro): build and test distro after version bump

Closes #1369
This commit is contained in:
Maciej Barelkowski 2020-11-17 15:48:31 +01:00 committed by Nico Rehwaldt
parent 92d48ab872
commit 833f2fcbb1
1 changed files with 1 additions and 1 deletions

View File

@ -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",