mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-13 16:53:01 +03:00
ci/cd: build frontend to include paraglide before running svelte-check
This commit is contained in:
4
.github/workflows/svelte-check.yml
vendored
4
.github/workflows/svelte-check.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user