refactor: use yarn instead of pnpm (#23)

This commit is contained in:
鲁树人
2023-06-10 16:39:51 +01:00
parent f8e558e213
commit e5ee5ab7a5
12 changed files with 9643 additions and 7686 deletions

View File

@@ -18,6 +18,8 @@
## 初次构建
注意libparakeet-js 目前是用的是 pnpm 包管理器。
- 进入上层目录:`cd ..`
- 克隆 `libparakeet-js` 仓库 (目前需要 Linux 环境, Windows 下推荐使用 WSL2)
- `git clone --recurse-submodules https://github.com/parakeet-rs/libparakeet-js.git`
@@ -44,7 +46,7 @@
将构建好的 SDK 直接嵌入到当前前端项目:
```sh
pnpm link ../libparakeet-js/npm
yarn link ../libparakeet-js/npm
```
※ 建立 PR 时,请先提交 SDK PR 并确保你的 SDK 更改已合并。