mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 12:01:08 +00:00
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cargo leptos build --release
|
|
gzip target/release/ibis -c > ibis.gz
|