mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 01:58:05 -05:00
5c40b47629
Fixes #25813. I initially tried doing this in `deno_semver`, where it's a cleaner change, but that caused breakage in deno in places where we don't expect a tag (see https://github.com/denoland/deno/issues/25857). This does not fix wildcard requirements failing to choose pre-release versions. That's a little more involved and I'll do a separate PR.
9 lines
122 B
Text
9 lines
122 B
Text
{
|
|
"tempDir": true,
|
|
"steps": [
|
|
{
|
|
"args": "add npm:@denotest/unstable",
|
|
"output": "add.out"
|
|
}
|
|
]
|
|
}
|