mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 15:39:45 +00: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
|
working-directory: frontend
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build Pocket ID Frontend
|
||||||
|
working-directory: frontend
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Add svelte-check problem matcher
|
- name: Add svelte-check problem matcher
|
||||||
run: echo "::add-matcher::.github/svelte-check-matcher.json"
|
run: echo "::add-matcher::.github/svelte-check-matcher.json"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user