add packaging
This commit is contained in:
parent
019c576f1d
commit
41d4170ab9
9 changed files with 282 additions and 85 deletions
7
build
Executable file
7
build
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
mkdir -p target
|
||||
deno compile --allow-all --output target/regar src/regar.ts
|
Loading…
Add table
Add a link
Reference in a new issue