From f5d1c2f7b096538c7e50f84fbd8d01c572fa8651 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 e1283a1b7..f09d243fd 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