Write to explicit lock file location
This commit is contained in:
parent
a047e8ae24
commit
c533608a76
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"importMap": "import_map.json",
|
"importMap": "import_map.json",
|
||||||
"tasks": {
|
"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 -",
|
||||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
||||||
"build": "deno task lume",
|
"build": "deno task lume",
|
||||||
"build:fresh": "deno task lume:fresh",
|
"build:fresh": "deno task lume:fresh",
|
||||||
|
|
Loading…
Reference in a new issue