1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 05:49:20 -05:00
denoland-deno/tests/specs/publish/workspace/__test__.jsonc

11 lines
205 B
Text
Raw Normal View History

{
"steps": [{
"args": "publish --token 'sadfasdf'",
"output": "workspace.out"
}, {
"cwd": "./bar",
"args": "publish --token 'sadfasdf'",
"output": "workspace_individual.out"
}]
}