explain rule for package installation
This commit is contained in:
@@ -45,6 +45,8 @@ hermes
|
||||
npm install
|
||||
```
|
||||
|
||||
仓库当前不使用 npm workspaces,根目录 `npm install` 是统一安装入口。子包新增运行时依赖时,必须同步写入根 `package.json` 和根 `package-lock.json`;不能只修改子包 `package.json`。
|
||||
|
||||
完整联调开发环境:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user