mirror of
https://github.com/denoland/deno.git
synced 2025-01-31 03:36:06 -05:00
14 lines
241 B
JSON
14 lines
241 B
JSON
|
{
|
||
|
"steps": [{
|
||
|
"args": "run main.ts",
|
||
|
"output": "main.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "info main.ts",
|
||
|
"output": "main_info.out"
|
||
|
}, {
|
||
|
"args": "run --quiet multiple.ts",
|
||
|
"output": "multiple.out"
|
||
|
}]
|
||
|
}
|