switch to git clone since template build process does not have submodule support

This commit is contained in:
Michael Schramm 2020-06-03 14:34:05 +02:00
parent f709a43f73
commit 1ad35869cc

View File

@ -1,6 +1,7 @@
echo "Fetch Submodules"
git submodule update --init
git clone --depth 1 https://github.com/ohmyform/ui ui
git clone --depth 1 https://github.com/ohmyform/api api
echo "Install UI"
yarn --cwd ui install --frozen-lockfile