build: migrate to pnpm; update deps

This commit is contained in:
OpportunityLiu
2024-01-29 21:11:24 +08:00
Unverified
parent eb42f1b3df
commit 0651d62461
11 changed files with 35478 additions and 19801 deletions
+3 -3
View File
@@ -67,15 +67,15 @@ with:
### Prepare development environment
```bash
yarn install
pnpm install
```
### Draft a new release
```bash
yarn release
pnpm release
git add .
yarn version
pnpm version [new-version]
# for a minor version or patch of v1
git tag --delete v1