ci: refresh pnpm lockfile before merge

This commit is contained in:
Dotta
2026-03-12 10:52:17 -05:00
parent c8b08e64d6
commit 8808a33fe1
5 changed files with 145 additions and 94 deletions

View File

@@ -30,7 +30,7 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Typecheck
run: pnpm -r typecheck