9 lines
122 B
Bash
9 lines
122 B
Bash
echo "building $1"
|
|
|
|
rm -rf target
|
|
mkdir target
|
|
|
|
cp ui/index.html target/index.html
|
|
deno bundle ui/bind.ts target/bind.js
|
|
|