mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
c5449d71da
Just tried this out today and it wasn't properly implemented in https://github.com/denoland/deno/pull/24156
13 lines
260 B
Text
13 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"
|
|
}]
|
|
}
|