mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
11 lines
200 B
JSON
11 lines
200 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"build1": "deno run ../build1.js",
|
||
|
"build2": "deno run ../build2.js",
|
||
|
"run": {
|
||
|
"command": "deno run ../run.js",
|
||
|
"dependencies": ["build1", "build2"]
|
||
|
}
|
||
|
}
|
||
|
}
|