add build scripts and update deps
This commit is contained in:
parent
67cb11793b
commit
68005c43d8
3 changed files with 26 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
mkdir -p bin
|
||||
|
||||
deno compile -o bin/simulation src/simulation.ts
|
Loading…
Add table
Add a link
Reference in a new issue