ci: use --no-frozen-lockfile for host build to tolerate minor devDep changes

This commit is contained in:
Esdras Renan 2025-10-08 20:04:02 -03:00
parent 7e6ea3c54d
commit 969dbcf46d

View file

@ -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