mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 07:41:33 -05:00
12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"tasks": {
|
|
"build": "echo root",
|
|
"root-depending-root": {
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"command": "echo test"
|
|
}
|
|
},
|
|
"workspace": ["./member"]
|
|
}
|