9 lines
85 B
Fish
Executable file
9 lines
85 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
cargo fmt
|
|
|
|
pushd showbits-typst-plugin
|
|
cargo fmt
|
|
popd
|
|
|
|
pnpm fmt
|