Skip to content

Speed up deno publish #30280

@marvinhagemeister

Description

@marvinhagemeister

The way the deno publish command works currently is that it:

  1. type checks the package
  2. attempts publishing
  3. realizes that the current version is already published and bails out

It would be faster if we added the version check at the beginning

  1. Check if current version is already published -> bail out if yes
  2. type check
  3. attempts publishing
  4. check current version (another CI run might have published in the meantime)

Metadata

Metadata

Assignees

No one assigned

    Labels

    publishRelated to "deno publish" subcommand

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions