mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-21 04:56:04 -08:00
Update build.sh
This commit is contained in:
parent
58032d232e
commit
268bc84339
|
@ -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!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user