标签: git yarnpkg yarn-lock.json
我的package.json中有一个依赖项,它指向git repo和分支(例如git+ssh://git@github.com/some-repo#some-branch-name)。当我安装依赖项时,yarn将commit-ish解析为yarn.lock中的特定提交哈希,这将导致我的部署最终提取我的代码的旧版本。有什么方法可以让yarn始终从指定的git分支中提取最新提交?
git+ssh://git@github.com/some-repo#some-branch-name