ci/cd: build frontend to include paraglide before running svelte-check

This commit is contained in:
Kyle Mendell
2025-05-04 10:08:01 -05:00
parent 8ec2388269
commit 5d78445501

View File

@@ -47,6 +47,10 @@ jobs:
working-directory: frontend
run: npm ci
- name: Build Pocket ID Frontend
working-directory: frontend
run: npm run build
- name: Add svelte-check problem matcher
run: echo "::add-matcher::.github/svelte-check-matcher.json"