lerna中使用workspace

在lerna中启用workspace:git 1,lerna.json中lerna的设置github { ... "npmClient": "yarn", "useWorkspaces": true, ... } lerna与yarn workspace有很好的相性,设置useWorkspaces等价于使用bootstrap命令的--use-workspaces选项npm 2,根目
相关文章
相关标签/搜索