mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
14 lines
185 B
Text
14 lines
185 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "install",
|
||
|
"output": "install.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "info --quiet main.ts",
|
||
|
"output": "info.out"
|
||
|
}
|
||
|
]
|
||
|
}
|