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:
@@ -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
|
||||||
|
Submodule submodules/qmining-page updated: 199c5fe4b1...d94bf74663
Reference in New Issue
Block a user