You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you do npx jsr --dry-run it's show me all included files.
But yes on simple publish I don't. It's an issue on deno (JSR CLI is a wrapper of deno CLI)
@lucacasonato where should I report it for deno side ?
I try to reduce unnecessary files in
node_modules
for performance and minimalism reasons.Right now, during publishing step there is no way to check what files I am going to publish. In contrast, when I do
npm publish
I see the list:I think adding this output to
jsr publish
is good because:publish.include
before really publishing package.publish.include
.The text was updated successfully, but these errors were encountered: