File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 1-
21default :
32 @ just --list
43
54build :
6- just build-manual
7- . / gradlew shadowJar sourcesJar javadocJar
5+ just build-typst
6+ just build-java
87
9- build-manual :
8+ build-typst :
109 make manual/ SGE-MANUAL.pdf
1110
11+ build-java :
12+ ./ gradlew shadowJar sourcesJar javadocJar
13+
1214lint :
13- just lint-typst- all
15+ just lint-all-typst
1416
1517lint-typst * FILES :
1618 typstyle --check {{ FILES }}
1719
18- lint-typst- all :
20+ lint-all-typst :
1921 typstyle --check format-all manual/
2022
2123fix :
22- just fix-typst-all
24+ just fix-all-just
25+ just fix-all-typst
2326
2427fix-typst * FILES :
2528 typstyle --inplace {{ FILES }}
2629
27- fix-typst- all :
30+ fix-all-typst :
2831 typstyle --inplace format-all manual/
32+
33+ fix-just FILE :
34+ just --unstable --fmt --justfile {{ FILE }}
35+
36+ fix-all-just :
37+ just --unstable --fmt
You can’t perform that action at this time.
0 commit comments