Yarn -> pnpm

This commit is contained in:
Pig Fang 2023-01-26 11:59:34 +08:00
parent d928678079
commit 5e30443252
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2
4 changed files with 4962 additions and 4976 deletions

View File

@ -24,7 +24,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
with:
version: 7.26.0
run_install: true
- name: Lint
run: yarn lint
run: pnpm lint

4954
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,2 @@
packages:
- plugins/*

4973
yarn.lock

File diff suppressed because it is too large Load Diff