fix(ci): use full dependency resolution for staging migrators
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
02be57fb3d
commit
b11cb8b5f8
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
with:
|
||||
node-version: 24
|
||||
- name: Resolve branch manifest changes before the frozen install
|
||||
run: pnpm install --lockfile-only --ignore-scripts --no-frozen-lockfile
|
||||
run: pnpm install --resolution-only --ignore-scripts --no-frozen-lockfile
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- name: Build matching migrator artifacts
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue