Don't ignore lockfiles on linux/windows builds (#3859)

This commit is contained in:
Jack Amadeo
2025-08-06 11:03:21 -04:00
committed by GitHub
parent 6b93260fd0
commit 90ef14979d
2 changed files with 0 additions and 12 deletions
@@ -209,8 +209,6 @@ jobs:
- name: Install npm dependencies
run: |
cd ui/desktop
# Clear npm cache and remove lock file as suggested by the error
rm -rf node_modules package-lock.json || true
npm cache clean --force || true
npm install
# Verify installation