fix: use --no-frozen-lockfile flag for pnpm in CI

pnpm defaults to frozen-lockfile in CI environments,
explicitly disable it to allow lockfile updates.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
coso
2026-01-12 08:30:16 +08:00
co-authored by Claude Opus 4.5
parent 06b9a070ca
commit 21ec0007a8
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
cache-all-crates: true
- name: Install frontend dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build Tauri app
uses: tauri-apps/tauri-action@v0