mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
11 lines
184 B
Text
11 lines
184 B
Text
|
{
|
||
|
"steps": [{
|
||
|
"args": "run --log-level=debug main.ts",
|
||
|
"output": "main.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "info main.ts",
|
||
|
"output": "main_info.out"
|
||
|
}]
|
||
|
}
|