summaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-03-21 15:16:17 +0900
committernsfisis <nsfisis@gmail.com>2026-03-21 15:16:17 +0900
commit56547d348ccaca4369560a5fe69aba44c2521ebd (patch)
treed4c977985900ee1ee87ced1e43986653932c791d /justfile
parentb00d51802e6a5bd5dc46d9ab64ce6376d7f0121b (diff)
downloadphperkaigi-2026-php-modification-slides-56547d348ccaca4369560a5fe69aba44c2521ebd.tar.gz
phperkaigi-2026-php-modification-slides-56547d348ccaca4369560a5fe69aba44c2521ebd.tar.zst
phperkaigi-2026-php-modification-slides-56547d348ccaca4369560a5fe69aba44c2521ebd.zip
wip
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
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