From 76178f82925dec04d8fc992da34cfdb88fd7750b Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Sat, 23 Jan 2021 17:24:33 +0100
Subject: [PATCH] Update tox.ini; compile messages before building dist

---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index e1283a1b..f09d243f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ commands =
 
 [testenv:build]
 commands_pre =
+    poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
 commands = poetry build
 
 [testenv:docs]
-- 
GitLab