Don't forget to build translations in dev mode

pull/954/head
Piero Toffanin 2021-01-12 10:06:02 -05:00
rodzic 9fddc37b3b
commit 05ebff5c5a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,9 @@ if [ "$1" = "--setup-devenv" ] || [ "$2" = "--setup-devenv" ]; then
echo Setup pip requirements...
pip install -r requirements.txt
echo Build translations...
./translate.sh build safe
echo Setup webpack watch...
webpack --watch &
fi