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
jcbhmr
changed the title
_Consider_ publishing solely to npm, and recommending Deno use npm:is-what?
Consider publishing solely to npm, and recommending Deno use npm:is-what?
Jun 3, 2023
IIRC: Deno is linked to this repo: http://deno.land/x/is_what
and it uses the dist folder as the source code I think?
Probably? I don't know. You can check the Webhook under the Settings tab to see what the config is. It'd be good to document how the publishing works! 😊
Not sure I see the benefit in changing deno related things now.
Benefit would just be a reduction in complexity. When you deploy to two places, now you need extra build tooling (possibly), extra consideration of testing to test both areas, extra CI to test both those things, extra management to actually deploy to those places, etc.
If you drop the https://deno.land/x/is_what in favor of npm:is-what, now you only need to worry about how it get published to npm instead of a) how it gets published to npm and b) how it gets published to https://deno.land/x
I run npm run release which uses np it does a couple things for me at once.
You're saying you do this manually??? 😱 *incredulous!* 😆
https://www.infoworld.com/article/3680389/deno-stabilizes-npm-compatibility.html
Would this be a viable option? With Deno introducing
npm:
specifiers last year, I don't know if it's necessary to keep two package publications alive.@mesqueeb What's the current process for deploying? Do you manually run
npm publish
? What happens? How do you deploy to deno.land?Cool tooling:
https://www.denoify.land/
https://github.com/denoland/publish-folder
https://docs.denoify.land/publishing-on-deno.land-x
The text was updated successfully, but these errors were encountered: