aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
committernsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
commit151461d55c16a96a305a67d0923acdd574687056 (patch)
tree7464865fe584f9ee8b563083cf52a8d4c40a5e92 /justfile
parent8c9dfe3472933cf466bf62c83a8303fa35c28409 (diff)
downloadphpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.gz
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.zst
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.zip
migrate from SATySFi to TypstHEADmain
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
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