diff --git a/mise.toml b/mise.toml index 4d556f9..0da803b 100644 --- a/mise.toml +++ b/mise.toml @@ -27,7 +27,7 @@ depends = [ [tasks.'build:internal'] depends = 'bundle' -run = 'deno compile --no-code-cache --allow-all --target {{arg(name="target")}} --output dist/wk-{{arg(name="target")}} dist/wk.js' +run = 'deno compile --allow-all --target {{arg(name="target")}} --output dist/wk-{{arg(name="target")}} dist/wk.js' hide = true [tasks.bundle]