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 install
|
||||||
npm audit fix > /dev/null 2> /dev/null
|
npm audit fix > /dev/null 2> /dev/null
|
||||||
checkFile "make.sh"
|
checkFile "make.sh"
|
||||||
./make.sh
|
./make.sh || exit
|
||||||
npx --yes next telemetry disable
|
npx --yes next telemetry disable
|
||||||
cd "${baseDir}" || exit
|
cd "${baseDir}" || exit
|
||||||
# TODO: check if link exists
|
# TODO: check if link exists
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 199c5fe4b1bb522ba65a262d88712a52984f1502
|
Subproject commit d94bf74663f070b1565c9d98c99a3b6c92483b50
|
Loading…
Add table
Add a link
Reference in a new issue