q13x-eaglerproxy/.config/build.sh

12 lines
122 B
Bash
Raw Normal View History

2023-06-07 00:05:30 -07:00
#!/usr/bin/env bash
set -e
rm -rf .build
mkdir -p ./.build
cd ~/$REPL_SLUG/
npm install typescript
npm install
npx tsc