fix clean mise run build

This commit is contained in:
David Allemang
2026-07-13 13:22:31 -04:00
parent 6d339e1396
commit 67d729eeba

View File

@@ -6,7 +6,7 @@ typst = "0.15.0"
[tasks.build] [tasks.build]
run = [ run = [
"rm .typ-bundle/*", "rm -f .typ-bundle/*",
"typst compile main.typ .typ-bundle --format bundle --features bundle,html", "typst compile main.typ .typ-bundle --format bundle --features bundle,html",
"vite build", "vite build",
] ]