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

@@ -95,7 +95,7 @@ jobs:
- name: Pnpm install and check
run: |
pnpm i
pnpm check ${{ matrix.target }}
pnpm prepare ${{ matrix.target }}
- name: Tauri build
uses: tauri-apps/tauri-action@v0
@@ -159,7 +159,7 @@ jobs:
- name: Pnpm install and check
run: |
pnpm i
pnpm check ${{ matrix.target }}
pnpm prepare ${{ matrix.target }}
- name: "Setup for linux"
run: |-
@@ -279,7 +279,7 @@ jobs:
- name: Pnpm install and check
run: |
pnpm i
pnpm check ${{ matrix.target }}
pnpm prepare ${{ matrix.target }}
- name: Download WebView2 Runtime
run: |