mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
21 lines
402 B
Text
21 lines
402 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [{
|
||
|
"commandName": "npm",
|
||
|
"args": "install",
|
||
|
"output": "[WILDCARD]"
|
||
|
}, {
|
||
|
"args": "task say",
|
||
|
"output": "package_json_say.out"
|
||
|
}, {
|
||
|
"args": "task think",
|
||
|
"output": "package_json_think.out"
|
||
|
}, {
|
||
|
"args": "task deno-say",
|
||
|
"output": "deno_json_say.out"
|
||
|
}, {
|
||
|
"args": "task deno-think",
|
||
|
"output": "deno_json_think.out"
|
||
|
}]
|
||
|
}
|