From 67d729eeba32d9f3ef670e0aa5db7f03f8aab69f Mon Sep 17 00:00:00 2001 From: David Allemang Date: Mon, 13 Jul 2026 13:22:31 -0400 Subject: [PATCH] fix clean mise run build --- mise.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index 1032d16d..3b3d71de 100644 --- a/mise.toml +++ b/mise.toml @@ -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"] \ No newline at end of file +depends = ["dev-vite", "dev-typ"]