ci: install src-pwa deps (register-service-worker types) before typecheck

This commit is contained in:
2026-08-19 13:35:13 +02:00
parent 54d6112414
commit b3c4554863
+2
View File
@@ -20,6 +20,8 @@ jobs:
# installs the lnurlcash-kit git dependency and builds its dist via the
# package's prepare hook (standard npm runs prepare for git deps)
- run: npm ci
# src-pwa is its own package (register-service-worker types)
- run: npm ci --prefix src-pwa
- run: npm run typecheck
- run: npx vitest run
- run: npx quasar build -m pwa