diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-31 22:54:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-31 22:54:00 +0900 |
| commit | 151461d55c16a96a305a67d0923acdd574687056 (patch) | |
| tree | 7464865fe584f9ee8b563083cf52a8d4c40a5e92 /justfile | |
| parent | 8c9dfe3472933cf466bf62c83a8303fa35c28409 (diff) | |
| download | phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.gz phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.zst phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.zip | |
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..7789d7e --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +build: + typst compile 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 |
