mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
e40f9a5c14
Part of #22907
14 lines
258 B
Text
14 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"
|
|
}]
|
|
}
|