mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
Create build.sh
This commit is contained in:
parent
774af459e0
commit
016137638a
11
.config/build.sh
Normal file
11
.config/build.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf .build
|
||||
mkdir -p ./.build
|
||||
|
||||
cd ~/$REPL_SLUG/
|
||||
npm install typescript
|
||||
npm install
|
||||
npx tsc
|
Loading…
Reference in New Issue
Block a user