Update build.sh

This commit is contained in:
q13x 2024-05-20 23:41:02 -08:00 committed by GitHub
parent 58032d232e
commit 268bc84339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ elif [ $exit_code -eq 2 ]; then
mkdir -p ./.build mkdir -p ./.build
cd ~/$REPL_SLUG/ cd ~/$REPL_SLUG/
npm install typescript npm install typescript
npx tsc npx tsc || true # work around dep compile failure
echo "finished compiling, launching..." echo "finished compiling, launching..."
else else
echo "received non-zero exit code ($?), exiting!" echo "received non-zero exit code ($?), exiting!"