regar/build

7 lines
136 B
Bash
Executable file

#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p target
deno compile --allow-all --output target/regar src/regar.ts