Update to lume v1.17.3 #9
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"importMap": "import_map.json",
|
||||
"tasks": {
|
||||
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --unstable -A -",
|
||||
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock --unstable -A -",
|
||||
b12f marked this conversation as resolved
Outdated
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
||||
"build": "deno task lume",
|
||||
"build:fresh": "deno task lume:fresh",
|
||||
|
|
Loading…
Reference in a new issue
Let's add
--lock=deno.lock
to ensure we write to the right file: