Revert "fix: add lockfile corruption handling to CI/CD and Dockerfiles"

This commit is contained in:
Stephanos A.
2026-06-16 21:58:26 +03:00
committed by GitHub
parent eb7db6db21
commit 7a00955588
5 changed files with 4 additions and 12 deletions

View File

@@ -146,14 +146,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: ./scripts/deploy/create-npmrc.sh
- name: Fix lockfile if needed
run: |
set -euo pipefail
if ! pnpm install --frozen-lockfile 2>/dev/null; then
echo "Lockfile corrupted, regenerating..."
pnpm install --no-frozen-lockfile
fi
- name: Build ${{ matrix.service }}
run: |
set -euo pipefail