diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..9e0fcda --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +build: + typst compile slides.typ + +watch: + typst watch slides.typ + +compile-plugin: + #!/usr/bin/env bash + cd plugins/tokenize-ja/ + cargo build --release + cp target/wasm32-unknown-unknown/release/typst_plugin_tokenize_ja.wasm tokenize-ja.wasm |
