fix: ensure that the lockfile is respected (#2000)

This commit is contained in:
Myriad-Dreamin 2025-08-07 07:42:02 +08:00 committed by GitHub
parent bd688f354e
commit c3fa0c5cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 372 additions and 63 deletions

3
scripts/test-lock.sh Executable file
View file

@ -0,0 +1,3 @@
bookdir=tests/workspaces/book
# typst compile ${bookdir}/main.typ ${bookdir}/book.pdf
cargo run --bin tinymist -- compile --lockfile ${bookdir}/tinymist.lock ${bookdir}/main.typ ${bookdir}/book.pdf