mirror of
https://github.com/denoland/deno.git
synced 2025-01-17 11:24:40 -05:00
14 lines
185 B
JSON
14 lines
185 B
JSON
|
{
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "bundle",
|
||
|
"output": "bundle.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "bundle --help",
|
||
|
"output": "bundle_help.out"
|
||
|
}
|
||
|
]
|
||
|
}
|