mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
12 lines
183 B
JSON
12 lines
183 B
JSON
![]() |
{
|
||
|
"base": "jsr",
|
||
|
"steps": [{
|
||
|
"args": "run main.ts",
|
||
|
"output": "main.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "info main.ts",
|
||
|
"output": "main_info.out"
|
||
|
}]
|
||
|
}
|