chore: use pnpm replace yarn

This commit is contained in:
xiaoxian521
2021-11-03 13:58:24 +08:00
parent c25b130b7d
commit 6c02e97157
10 changed files with 7112 additions and 4882 deletions

View File

@@ -47,9 +47,9 @@ jobs:
- name: Build
run: |
yarn install
yarn lint
yarn build
pnpm install
pnpm lint
pnpm build
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main