mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 23:28:18 -05:00
15 lines
258 B
Text
15 lines
258 B
Text
|
{
|
||
|
"base": "jsr",
|
||
|
"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"
|
||
|
}]
|
||
|
}
|