Skip to content

Commit

Permalink
chore: use spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Nov 1, 2024
1 parent e1a2395 commit 8d599b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d599b3

Please sign in to comment.