algolia / shipjs

Take control of what is going to be your next release.
https://community.algolia.com/shipjs/
MIT License
765 stars 30 forks source link

fix: update registry before publish instead of using env var which didn't work #921

Closed eunjae-lee closed 4 years ago

eunjae-lee commented 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.