Move all meta scripts to central directory
This commit is contained in:
parent
84d631a9c3
commit
5d1b740c20
8 changed files with 70 additions and 47 deletions
22
meta/build-typst-plugin
Executable file
22
meta/build-typst-plugin
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set_color --bold yellow
|
||||
echo "#############"
|
||||
echo "## Prepare ##"
|
||||
echo "#############"
|
||||
set_color
|
||||
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue