switch to git clone since template build process does not have submodule support
This commit is contained in:
parent
f709a43f73
commit
1ad35869cc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user