mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
14 lines
185 B
Text
14 lines
185 B
Text
|
{
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "bundle",
|
||
|
"output": "bundle.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "bundle --help",
|
||
|
"output": "bundle_help.out"
|
||
|
}
|
||
|
]
|
||
|
}
|