mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
17 lines
265 B
Text
17 lines
265 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "cache index.js",
|
||
|
"output": "cache.out"
|
||
|
},
|
||
|
{
|
||
|
"args": [
|
||
|
"eval",
|
||
|
"console.log(Deno.readTextFileSync('./deno.lock').trim())"
|
||
|
],
|
||
|
"output": "deno.lock.out"
|
||
|
}
|
||
|
]
|
||
|
}
|