Skip to content

Update public package publish config #4

@ismail-syed

Description

@ismail-syed

👋 Shipit has recently been updated to support private npm package publishing. The @shopify scope for npm packages in Shipit now references our internal PackageCloud registry by default. You can read more about this here.

This library, however, uses a Shipit deploy override in shipit.yml which prevents Shipit from automating the public/private registry selection.

Since this library is public, please update the package.json by specifying the public registry in the publishConfig setting.

"publishConfig": {
  "access": "public",
  "@shopify:registry": "https://registry.npmjs.org/"
}

If possible, we also recommend removing the shipit.yml deploy override to leverage Shipit’s default deployment steps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions