mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
14 lines
179 B
Text
14 lines
179 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "install",
|
||
|
"output": "install.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "check main.ts",
|
||
|
"output": "check.out"
|
||
|
}
|
||
|
]
|
||
|
}
|