q13x-eaglerproxy/.config/build.sh
2023-06-06 23:05:30 -08:00

12 lines
122 B
Bash

#!/usr/bin/env bash
set -e
rm -rf .build
mkdir -p ./.build
cd ~/$REPL_SLUG/
npm install typescript
npm install
npx tsc