fix: rm stale lockfile for build/vite in CI (platform-specific bindings)

This commit is contained in:
Henning Dieterichs
2026-02-20 16:57:33 +01:00
committed by Henning Dieterichs
parent 669def0eca
commit a74a86e1f9

View File

@@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install build/vite dependencies
run: npm install
run: rm -f package-lock.json && npm install
working-directory: build/vite
- name: Install Playwright Chromium