Skip to content
Snippets Groups Projects
Commit 36d38608 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'feature/compile-messages-before-build' into 'master'

Update tox.ini; compile messages before building dist

See merge request !124
parents c6be335f 76178f82
No related branches found
No related tags found
1 merge request!124Update tox.ini; compile messages before building dist
Pipeline #5471 passed
...@@ -35,6 +35,7 @@ commands = ...@@ -35,6 +35,7 @@ commands =
[testenv:build] [testenv:build]
commands_pre = commands_pre =
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build commands = poetry build
[testenv:docs] [testenv:docs]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment