mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
fix: rm stale lockfile for build/vite in CI (platform-specific bindings)
This commit is contained in:
committed by
Henning Dieterichs
parent
669def0eca
commit
a74a86e1f9
2
.github/workflows/screenshot-test.yml
vendored
2
.github/workflows/screenshot-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user