mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
48daf2dc88
Also did some renames from underscores to hyphens
10 lines
184 B
Text
10 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"
|
|
}]
|
|
}
|