Patrick (he/him)
Patrick (he/him)17mo ago

Publishing to deno.land/x: GitHub webhook says it's delivered?

I followed these directions (https://deno.land/add_module) to publish a 3rd party module to deno.land/x. On GitHub, the most recent run of the webhook, I've got a 200 response with:
{"success":true,"data":{"module":"hot_mod_server","version":"v0.0.1","repository":"patreeceeo/hot_deno","status_url":"https://deno.land/status/9af0c7c9-0ee4-499d-9ada-d3a27e6ccc15"}}
{"success":true,"data":{"module":"hot_mod_server","version":"v0.0.1","repository":"patreeceeo/hot_deno","status_url":"https://deno.land/status/9af0c7c9-0ee4-499d-9ada-d3a27e6ccc15"}}
But when I search for hot_mod_server on deno.land/x it's not coming up. Also deno info https://deno.land/x/hot_mod_server is failing to find it.
Deno
Third Party Modules | Deno
Register a module with the third party registry.
1 Reply
Patrick (he/him)
Patrick (he/him)17mo ago
nevermind I realized I needed to add mod.ts to the path with deno info