blob: ca9c4b4d9d805cffc102c949a13a772d3d5a19f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"tempDir": true,
"steps": [
{
"args": "add jsr:@denotest/add",
"output": "add.out"
},
{
"args": [
"eval",
"console.log(Deno.readTextFileSync('./deno.json').trim())"
],
"output": "deno.json.out"
}
]
}
|