mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
9 lines
143 B
Text
9 lines
143 B
Text
|
{
|
||
|
"args": "task -q --config deno.json --cwd .. echo_cwd",
|
||
|
"output": "task_cwd.out",
|
||
|
"envs": {
|
||
|
"NO_COLOR": "1"
|
||
|
},
|
||
|
"exitCode": 0
|
||
|
}
|