chore: use spaces not tabs
This commit is contained in:
8
Justfile
8
Justfile
@@ -4,19 +4,19 @@ export TYPST_ROOT := root
|
|||||||
|
|
||||||
[private]
|
[private]
|
||||||
default:
|
default:
|
||||||
@just --list --unsorted
|
@just --list --unsorted
|
||||||
|
|
||||||
# generate manual
|
# generate manual
|
||||||
doc:
|
doc:
|
||||||
typst compile docs/manual.typ docs/manual.pdf
|
typst compile docs/manual.typ docs/manual.pdf
|
||||||
|
|
||||||
# run test suite
|
# run test suite
|
||||||
test *args:
|
test *args:
|
||||||
typst-test run {{ args }}
|
typst-test run {{ args }}
|
||||||
|
|
||||||
# update test cases
|
# update test cases
|
||||||
update *args:
|
update *args:
|
||||||
typst-test update {{ args }}
|
typst-test update {{ args }}
|
||||||
|
|
||||||
# package the library into the specified destination folder
|
# package the library into the specified destination folder
|
||||||
package target:
|
package target:
|
||||||
|
|||||||
Reference in New Issue
Block a user