From b3c4554863c6518d0f9247e595d046a157014bcc Mon Sep 17 00:00:00 2001 From: protom Date: Wed, 19 Aug 2026 13:35:13 +0200 Subject: [PATCH] ci: install src-pwa deps (register-service-worker types) before typecheck --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c65d9..a95f051 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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