mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
4d2d764816
Supports publishing an npm workspace with a directory structure similar to the following: - workspace - package.json - package-a - package.json - jsr.json - package-b - package.json - jsr.json deno_config PR: https://github.com/denoland/deno_config/pull/77 Closes https://github.com/denoland/deno/issues/23638
15 lines
825 B
Text
15 lines
825 B
Text
Publishing a workspace...
|
|
Check file:///[WILDLINE]/npm_workspace/add/index.ts
|
|
Check file:///[WILDLINE]/npm_workspace/subtract/index.ts
|
|
Checking for slow types in the public API...
|
|
Check file:///[WILDLINE]/npm_workspace/add/index.ts
|
|
Check file:///[WILDLINE]/npm_workspace/subtract/index.ts
|
|
Simulating publish of @scope/add@1.0.0 with files:
|
|
file:///[WILDLINE]/npm_workspace/add/index.ts ([WILDLINE])
|
|
file:///[WILDLINE]/npm_workspace/add/jsr.json ([WILDLINE])
|
|
file:///[WILDLINE]/npm_workspace/add/package.json ([WILDLINE])
|
|
Simulating publish of @scope/subtract@1.0.0 with files:
|
|
file:///[WILDLINE]/npm_workspace/subtract/index.ts ([WILDLINE])
|
|
file:///[WILDLINE]/npm_workspace/subtract/jsr.json ([WILDLINE])
|
|
file:///[WILDLINE]/npm_workspace/subtract/package.json ([WILDLINE])
|
|
Warning Aborting due to --dry-run
|