mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
13 lines
189 B
Text
13 lines
189 B
Text
|
{
|
||
|
"tasks": {
|
||
|
"build": "echo root",
|
||
|
"root-depending-root": {
|
||
|
"dependencies": [
|
||
|
"build"
|
||
|
],
|
||
|
"command": "echo test"
|
||
|
}
|
||
|
},
|
||
|
"workspace": ["./member"]
|
||
|
}
|