mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 23:58:23 -05:00
7 lines
95 B
JSON
7 lines
95 B
JSON
|
{
|
||
|
"workspace": ["./subdir"],
|
||
|
"tasks": {
|
||
|
"test-all": "deno task --recursive test"
|
||
|
}
|
||
|
}
|