mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 08:09:06 -05:00
14 lines
163 B
JSON
14 lines
163 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"a": {
|
||
|
"dependencies": ["b", "c"]
|
||
|
},
|
||
|
"b": {
|
||
|
"command": "echo 'b'"
|
||
|
},
|
||
|
"c": {
|
||
|
"command": "echo 'c'"
|
||
|
}
|
||
|
}
|
||
|
}
|