fix build command
This commit is contained in:
parent
0a982b2458
commit
4707af4848
1 changed files with 2 additions and 2 deletions
4
build.sh
Normal file → Executable file
4
build.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue