kv/deploy.sh

6 lines
188 B
Bash
Raw Normal View History

2021-03-18 09:58:20 +00:00
#!/usr/bin/env bash
2023-09-29 06:34:50 +00:00
trunk build --release --public-url '/kv/'
2021-03-18 09:58:20 +00:00
wasm-opt -O4 dist/*.wasm -o=/tmp/wasm.opt && cp /tmp/wasm.opt dist/*.wasm
2023-09-29 06:34:50 +00:00
rm -r ../website/kv
cp --archive dist ../website/kv