mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
14 lines
192 B
JSON
14 lines
192 B
JSON
{
|
|
"tempDir": true,
|
|
"steps": [
|
|
{
|
|
"args": "install",
|
|
"output": "install.out"
|
|
},
|
|
{
|
|
"args": "audit",
|
|
"output": "audit.out",
|
|
"exitCode": 1
|
|
}
|
|
]
|
|
}
|