init or update submodules

This commit is contained in:
jb-alvarado 2023-07-06 11:42:14 +02:00
parent 83432ef673
commit cd8a039a6d

View File

@ -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