Remove typst plugin
It was nice but really slow.
This commit is contained in:
parent
3a2637bb34
commit
d9dbd90ff2
12 changed files with 1 additions and 576 deletions
|
|
@ -1,16 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set_color --bold yellow
|
||||
echo "##################"
|
||||
echo "## typst plugin ##"
|
||||
echo "##################"
|
||||
set_color normal
|
||||
|
||||
./meta/build-typst-plugin
|
||||
or return 1
|
||||
|
||||
echo
|
||||
|
||||
set_color --bold yellow
|
||||
echo "########################"
|
||||
echo "## thermal printer ui ##"
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
rustup target add wasm32-unknown-unknown
|
||||
or return 1
|
||||
|
||||
pushd showbits-typst-plugin
|
||||
|
||||
cargo build --release --target wasm32-unknown-unknown
|
||||
or return 1
|
||||
|
||||
popd
|
||||
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
cargo clippy
|
||||
|
||||
pushd showbits-typst-plugin
|
||||
cargo clippy
|
||||
popd
|
||||
|
||||
pushd showbits-thermal-printer-ui
|
||||
pnpm check
|
||||
popd
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
cargo clean
|
||||
|
||||
pushd showbits-typst-plugin
|
||||
cargo clean
|
||||
popd
|
||||
|
||||
rm -rf node_modules
|
||||
rm -rf showbits-thermal-printer-ui/node_modules
|
||||
rm -rf showbits-thermal-printer-ui/dist
|
||||
|
|
|
|||
5
meta/fmt
5
meta/fmt
|
|
@ -1,9 +1,4 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
cargo fmt
|
||||
|
||||
pushd showbits-typst-plugin
|
||||
cargo fmt
|
||||
popd
|
||||
|
||||
pnpm fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue