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]
run = [
"rm .typ-bundle/*",
"rm -f .typ-bundle/*",
"typst compile main.typ .typ-bundle --format bundle --features bundle,html",
"vite build",
]
@@ -21,4 +21,4 @@ run = "typst watch main.typ .typ-bundle --format bundle --features bundle,html -
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
[tasks.dev]
depends = ["dev-vite", "dev-typ"]
depends = ["dev-vite", "dev-typ"]