mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
Don't ignore lockfiles on linux/windows builds (#3859)
This commit is contained in:
parent
6b93260fd0
commit
90ef14979d
2 changed files with 0 additions and 12 deletions
2
.github/workflows/bundle-desktop-linux.yml
vendored
2
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue