1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/tests/specs/publish/npm_workspace
David Sherret 4d2d764816
feat(jsr): support publishing jsr packages in npm workspaces (#24507)
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
2024-07-10 14:46:09 -04:00
..
add feat(jsr): support publishing jsr packages in npm workspaces (#24507) 2024-07-10 14:46:09 -04:00
subtract feat(jsr): support publishing jsr packages in npm workspaces (#24507) 2024-07-10 14:46:09 -04:00
__test__.jsonc feat(jsr): support publishing jsr packages in npm workspaces (#24507) 2024-07-10 14:46:09 -04:00
package.json feat(jsr): support publishing jsr packages in npm workspaces (#24507) 2024-07-10 14:46:09 -04:00
publish.out feat(jsr): support publishing jsr packages in npm workspaces (#24507) 2024-07-10 14:46:09 -04:00