denoland / deno_install

Deno Binary Installer
https://deno.land/
MIT License
966 stars 179 forks source link

chore: fix publishing #305

Closed nathanwhit closed 2 weeks ago

nathanwhit commented 2 weeks ago

There's an implicit @types/node dependency when publishing, since we use node builtin modules. Combined with a frozen lockfile this caused publishing to fail.

To catch this in the future, I added deno publish --dry-run to CI.