Does Deno not support a combined package/workspace? #30186
Unanswered
whalderman
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Not sure what's going on without further details. The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to publish a package that is also a workspace, but Deno keeps giving me a
error[excluded-module]: module in package's module graph was excluded from publishingerror for all**/mod.tsfiles, even though they aren't excluded anywhere. The only files that are excluded are*.test.tsfiles.The workspace's
deno.jsoncontains both"exports"and"workspace"-- does the "workspace" option disable the ability to publish the workspace as a package?The error is throwing me off, mainly because it isn't even true (as far as I can tell from my
deno.jsoncconfigs). If each approach ("exports"/"workspace") is mutually exclusive, that's fine.Beta Was this translation helpful? Give feedback.
All reactions