防止将包裹添加到yarn.lock

时间:2020-10-19 14:10:49

标签: javascript npm yarnpkg

我有一个通过github分支添加的软件包,例如:

"dependencies": {
  "foobar": "https://github.com/foo/bar.git#master"
}

由于我一直想要最新版本,如何防止将foobar添加到yarn.lock?我目前有一个预提交的git钩子,如果它在分阶段的更改中会抛出该异常,但是我不想每次都必须手动将其删除。

0 个答案:

没有答案