From 268bc843398ba048c475824ebada816aac4f7d9a Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Mon, 20 May 2024 23:41:02 -0800 Subject: [PATCH] Update build.sh --- .config/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/build.sh b/.config/build.sh index 0061c43..8ce763d 100755 --- a/.config/build.sh +++ b/.config/build.sh @@ -23,7 +23,7 @@ elif [ $exit_code -eq 2 ]; then mkdir -p ./.build cd ~/$REPL_SLUG/ npm install typescript - npx tsc + npx tsc || true # work around dep compile failure echo "finished compiling, launching..." else echo "received non-zero exit code ($?), exiting!"