mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
e40f9a5c14
Part of #22907
11 lines
183 B
Text
11 lines
183 B
Text
{
|
|
"base": "jsr",
|
|
"steps": [{
|
|
"args": "run main.ts",
|
|
"output": "main.out"
|
|
}, {
|
|
"cleanDenoDir": true,
|
|
"args": "info main.ts",
|
|
"output": "main_info.out"
|
|
}]
|
|
}
|