refactor: replace 'pnpm check' with 'pnpm prepare' in workflow files and update CONTRIBUTING.md

This commit is contained in:
Tunglies
2025-06-10 23:43:04 +08:00
parent 7001ef2030
commit 25cfd162f6
9 changed files with 15 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Pnpm install and check
run: |
pnpm i
pnpm check ${{ matrix.target }}
pnpm prepare ${{ matrix.target }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2