Closed
Description
Do you want to request a feature or report a bug?
feature
What is the current behavior?
yarn.lock include registry
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
lodash@4.17.4:
version "4.17.4"
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
should be
...
resolved "/lodash/download/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
...
Reason
Most developers in china will use --registry=https://registry.npm.taobao.org
, and then, yarn.lock will be
...
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
...
But for travis-ci, circleci, it seem to be slowly.
So, I think the regiistry should not be in yarn.lock