Update meta scripts

This commit is contained in:
Joscha 2025-03-02 17:39:50 +01:00
parent 3109f510fd
commit 972263a9d4
9 changed files with 82 additions and 17 deletions

View file

@ -1,22 +1,11 @@
#!/usr/bin/env fish
set_color --bold yellow
echo "#############"
echo "## Prepare ##"
echo "#############"
set_color
rustup target add wasm32-unknown-unknown
or return 1
pushd showbits-typst-plugin
echo
set_color --bold yellow
echo "###########"
echo "## Build ##"
echo "###########"
set_color
cargo build --release --target wasm32-unknown-unknown
or return 1
popd