mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
e515ed23e8
We were accidentally looking up dependencies in the member.
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"tasks": {
|
|
"a": "echo root-a",
|
|
"b": {
|
|
"dependencies": ["a"],
|
|
"command": "echo b"
|
|
}
|
|
},
|
|
"workspace": ["./member"]
|
|
}
|