mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
e515ed23e8
We were accidentally looking up dependencies in the member.
12 lines
189 B
Text
12 lines
189 B
Text
{
|
|
"tasks": {
|
|
"build": "echo root",
|
|
"root-depending-root": {
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"command": "echo test"
|
|
}
|
|
},
|
|
"workspace": ["./member"]
|
|
}
|