Skip to content

Is there a way to do monorepo with jsr? #399

Discussion options

You must be logged in to vote

Yes, you can use Deno workspaces. In the root of your repository, add a deno.json containing workspaces: ["example/", "@scope/package/"]. In each of your packages, add a deno.json containing your JSR configuration for that package (name, version, exports).

You can then run deno publish at the root of the workspace to publish all packages in the workspace.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AugustinMauroy
Comment options

Answer selected by AugustinMauroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants