Update meta scripts
This commit is contained in:
parent
3109f510fd
commit
972263a9d4
9 changed files with 82 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue