mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
7 lines
198 B
JSON
7 lines
198 B
JSON
{
|
|
"lock": false,
|
|
"importMap": "../import_map.json",
|
|
"tasks": {
|
|
"regenerate-lockfile": "rm deno.lock.json ; deno install --lock=deno.lock.json -e release/deps.ts ../tests/wpt/wpt.ts"
|
|
}
|
|
}
|