ci: use --no-frozen-lockfile for host build to tolerate minor devDep changes
This commit is contained in:
parent
7e6ea3c54d
commit
969dbcf46d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd-web-desktop.yml
vendored
2
.github/workflows/ci-cd-web-desktop.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
run: |
|
||||
cd "$APP_DIR"
|
||||
corepack enable || true
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm prisma:generate
|
||||
pnpm build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue