diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-20 02:32:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-26 22:47:53 +0900 |
| commit | 751f595ff1d2142688dc833b4a7ec3e643a5c8a9 (patch) | |
| tree | 17a32750558e2493f4998dd0341f37647c322b80 /justfile | |
| parent | 5201520a74d8fa49f77a588204d768d8157f73f7 (diff) | |
| download | phpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.tar.gz phpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.tar.zst phpstudy-180-slides-751f595ff1d2142688dc833b4a7ec3e643a5c8a9.zip | |
draft2
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,2 +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 |
