mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
ci: refresh pnpm lockfile before merge
This commit is contained in:
parent
c8b08e64d6
commit
8808a33fe1
5 changed files with 145 additions and 94 deletions
2
.github/workflows/pr-verify.yml
vendored
2
.github/workflows/pr-verify.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue