mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
14 lines
260 B
Text
14 lines
260 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [{
|
||
|
"args": "install my-alias@npm:@denotest/add",
|
||
|
"output": "[WILDCARD]"
|
||
|
}, {
|
||
|
"args": [
|
||
|
"eval",
|
||
|
"console.log(Deno.readTextFileSync('package.json').trim())"
|
||
|
],
|
||
|
"output": "package.json.out"
|
||
|
}]
|
||
|
}
|