setup.sh exiting if submodule failed to build

This commit is contained in:
mrfry 2023-04-08 18:28:20 +02:00
parent e278c35c06
commit bd848c843f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ makeNextSubmodule() {
npm install
npm audit fix > /dev/null 2> /dev/null
checkFile "make.sh"
./make.sh
./make.sh || exit
npx --yes next telemetry disable
cd "${baseDir}" || exit
# TODO: check if link exists