Fix Rollup optional dependencies issue in CI builds

This commit is contained in:
Joan
2025-11-28 11:05:59 +01:00
parent 592591cb92
commit f87c5fde6e

View File

@@ -38,6 +38,8 @@ build:linux:
- build:web
script:
- cd pwa
# Clean install to fix optional dependencies issue
- rm -rf node_modules package-lock.json
- npm install
- npm run electron:build:linux
artifacts:
@@ -58,6 +60,8 @@ build:windows:
- build:web
script:
- cd pwa
# Clean install to fix optional dependencies issue
- rm -rf node_modules package-lock.json
- npm install
- npm run electron:build:win
artifacts: