add submodule init

This commit is contained in:
Michael Schramm 2020-06-03 14:23:23 +02:00
parent 8cb5376517
commit f709a43f73

View File

@ -1,4 +1,7 @@
echo "Fetch Submodules"
git submodule update --init
echo "Install UI"
yarn --cwd ui install --frozen-lockfile