我将 lerna
与 yarn workspaces
一起使用。
我的 monorepo 中有 3 个子仓库。我在 husky
的 package.json 中添加 sub-repo-1
,然后运行 yarn
。
看来 husky
最终安装在 root 的 node_modules 而不是 sub-repo-1
的 node_modules 中,这在我看来是一个错误,因为据我所知,如果没有更多地使用包超过 1 个子仓库,那么它应该在它自己的子仓库的 node_modules 中。
有什么想法吗?