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"]