Update to lume v1.17.3 #9

Merged
teutat3s merged 7 commits from update/lume-1.17.3 into main 2023-05-19 15:42:31 +00:00
Showing only changes of commit c533608a76 - Show all commits

View file

@ -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

Let's add --lock=deno.lock to ensure we write to the right file:

"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock=deno.lock --lock-write --unstable -A -",
Let's add `--lock=deno.lock` to ensure we write to the right file: ``` "lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock=deno.lock --lock-write --unstable -A -", ```
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"build": "deno task lume",
"build:fresh": "deno task lume:fresh",