mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
setup.sh exiting if submodule failed to build
This commit is contained in:
parent
e278c35c06
commit
bd848c843f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue