👋 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.
👋 Shipit has recently been updated to support private npm package publishing. The
@shopifyscope 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.ymlwhich prevents Shipit from automating the public/private registry selection.Since this library is public, please update the
package.jsonby specifying the public registry in thepublishConfigsetting.If possible, we also recommend removing the
shipit.ymldeploy override to leverage Shipit’s default deployment steps.