mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +00:00
fix: ensure that the lockfile is respected (#2000)
This commit is contained in:
parent
bd688f354e
commit
c3fa0c5cb2
17 changed files with 372 additions and 63 deletions
3
scripts/test-lock.sh
Executable file
3
scripts/test-lock.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue