-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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?
[email protected]:
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
jouve, teeceepee, alshain, mikkopiu, jedrz and 74 morealshain, Jimmerz28, csvan, StepanOvsyankin, awkaiser and 13 more