mirror of
https://github.com/denoland/deno.git
synced 2024-12-20 06:15:44 -05:00
12 lines
183 B
Text
12 lines
183 B
Text
|
{
|
||
|
"base": "jsr",
|
||
|
"steps": [{
|
||
|
"args": "run main.ts",
|
||
|
"output": "main.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "info main.ts",
|
||
|
"output": "main_info.out"
|
||
|
}]
|
||
|
}
|