From 1ad35869cca0af1127d65029b454ff0e67ea73f0 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 14:34:05 +0200 Subject: [PATCH] switch to git clone since template build process does not have submodule support --- scripts/heroku/prebuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/heroku/prebuild.sh b/scripts/heroku/prebuild.sh index ae3c569c..bff1c512 100755 --- a/scripts/heroku/prebuild.sh +++ b/scripts/heroku/prebuild.sh @@ -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