浏览代码

First compile messages

Johannes Zellner 8 年之前
父节点
当前提交
aa6219f7b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -21,5 +21,5 @@ pip install taiga-contrib-ldap-auth
 
 
 echo "run migration scripts"
 echo "run migration scripts"
 cd /app/code/taiga-back
 cd /app/code/taiga-back
-python manage.py collectstatic --noinput
 python manage.py compilemessages
 python manage.py compilemessages
+python manage.py collectstatic --noinput