Closed eunjae-lee closed 4 years ago
Prepending npm_config_registry=https://registry.npmjs.org/ didn't work (https://github.com/algolia/shipjs/pull/919) Now it just calls yarn config set registry https://registry.npmjs.org/ to correct the registry.
npm_config_registry=https://registry.npmjs.org/
yarn config set registry https://registry.npmjs.org/
Prepending
npm_config_registry=https://registry.npmjs.org/
didn't work (https://github.com/algolia/shipjs/pull/919) Now it just callsyarn config set registry https://registry.npmjs.org/
to correct the registry.