mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
ci: install src-pwa deps (register-service-worker types) before typecheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user