-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
publishRelated to "deno publish" subcommandRelated to "deno publish" subcommand
Description
The way the deno publish
command works currently is that it:
- type checks the package
- attempts publishing
- realizes that the current version is already published and bails out
It would be faster if we added the version check at the beginning
- Check if current version is already published -> bail out if yes
- type check
- attempts publishing
- check current version (another CI run might have published in the meantime)
Metadata
Metadata
Assignees
Labels
publishRelated to "deno publish" subcommandRelated to "deno publish" subcommand