From 42fce2984e999a3ecccb3745105a4c33eb51084b Mon Sep 17 00:00:00 2001
From: Tom Teichler <t.teichler@babiel.com>
Date: Thu, 7 Jan 2021 21:41:11 +0100
Subject: [PATCH] Compile and collect staticfiles. Advances #338

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

diff --git a/tox.ini b/tox.ini
index 98fce3af5..61952a958 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,8 @@ skip_install = true
 envdir = {toxworkdir}/globalenv
 commands_pre =
      - poetry install
+     - poetry run aleksis-admin yarn install
+     - poetry run aleksis-admin collectstatic --no-input
 commands =
     - poetry run pytest --cov=. {posargs} aleksis/
 
-- 
GitLab