fix build command

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-30 00:10:45 +02:00
parent 0a982b2458
commit 4707af4848

4
build.sh Normal file → Executable file
View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpth "$0")")"
cd "$(dirname "$(realpath "$0")")"
mkdir -p bin
deno compile -A -o bin/kvsh ./src/kvsh.ts
deno compile -A --unstable-kv -o bin/kvsh ./src/kvsh.ts