mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
14 lines
278 B
Text
14 lines
278 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [{
|
||
|
"args": "run --quiet package-a/mod.ts",
|
||
|
"output": "3\n"
|
||
|
}, {
|
||
|
"args": "run --allow-write=. --allow-read=. modify_vendor.ts",
|
||
|
"output": "[WILDLINE]"
|
||
|
}, {
|
||
|
"args": "run --quiet package-a/mod.ts",
|
||
|
"output": "4\n"
|
||
|
}]
|
||
|
}
|