Create build.sh

This commit is contained in:
q13x 2023-06-06 23:05:30 -08:00 committed by GitHub
parent 774af459e0
commit 016137638a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.config/build.sh Normal file
View 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