diff --git a/deno.json b/deno.json index f0f61d8..4b45d77 100644 --- a/deno.json +++ b/deno.json @@ -8,9 +8,8 @@ ] }, "tasks": { - "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -", - "build": "deno task lume", - "serve": "deno task lume --serve" + "build": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -", + "serve": "deno task build --serve" }, "imports": { "std/": "https://deno.land/std@0.212.0/",