mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
16 lines
340 B
Text
16 lines
340 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"envs": {
|
||
|
"DISABLE_JSR_PROVENANCE": "true",
|
||
|
"DENO_TESTING_DISABLE_GIT_CHECK": "1"
|
||
|
},
|
||
|
"steps": [{
|
||
|
"args": ["eval", "Deno.symlinkSync('./mod.ts', './symlink');"],
|
||
|
"output": "[WILDCARD]"
|
||
|
}, {
|
||
|
"args": "publish --token 'sadfasdf' --dry-run",
|
||
|
"output": "symlink.out",
|
||
|
"exitCode": 0
|
||
|
}]
|
||
|
}
|