fix clean mise run build
This commit is contained in:
@@ -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",
|
||||||
]
|
]
|
||||||
@@ -21,4 +21,4 @@ run = "typst watch main.typ .typ-bundle --format bundle --features bundle,html -
|
|||||||
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
|
sources = ["!dist", "!node_modules", "!.idea", "**/*.typ", "src/**/*"]
|
||||||
|
|
||||||
[tasks.dev]
|
[tasks.dev]
|
||||||
depends = ["dev-vite", "dev-typ"]
|
depends = ["dev-vite", "dev-typ"]
|
||||||
|
|||||||
Reference in New Issue
Block a user