init or update submodules
This commit is contained in:
parent
83432ef673
commit
cd8a039a6d
@ -6,6 +6,12 @@ target=$1
|
||||
echo "build frontend"
|
||||
echo
|
||||
|
||||
if [ ! -f 'ffplayout-frontend/package.json' ]; then
|
||||
git submodule update --init
|
||||
else
|
||||
git submodule update --remote --merge
|
||||
fi
|
||||
|
||||
yes | rm -rf public
|
||||
cd ffplayout-frontend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user