chore: use spaces not tabs

This commit is contained in:
Paul Tsouchlos
2024-11-01 11:55:47 -04:00
parent e1a2395acd
commit 8d599b3efb

View File

@@ -4,19 +4,19 @@ export TYPST_ROOT := root
[private]
default:
@just --list --unsorted
@just --list --unsorted
# generate manual
doc:
typst compile docs/manual.typ docs/manual.pdf
typst compile docs/manual.typ docs/manual.pdf
# run test suite
test *args:
typst-test run {{ args }}
typst-test run {{ args }}
# update test cases
update *args:
typst-test update {{ args }}
typst-test update {{ args }}
# package the library into the specified destination folder
package target: