ci: repair rollup optional dep on npm ci
Some checks failed
CI / test-and-quality (pull_request) Successful in 3m35s
CI / test-and-quality (push) Failing after 4m8s

This commit is contained in:
2026-03-16 15:35:49 +00:00
parent 9970257f32
commit fd6e3e86e8

View File

@@ -38,7 +38,10 @@ jobs:
node-version: "22"
- name: Install SPA dependencies
run: npm ci --prefix frontend/angular
run: |
npm ci --prefix frontend/angular
node -e "require('./frontend/angular/node_modules/rollup/dist/native.js')" \
|| npm install --prefix frontend/angular
- name: SPA Angular smoke tests
run: npm --prefix frontend/angular test