mirror of
https://github.com/gotson/komga.git
synced 2025-12-10 18:46:34 +01:00
ci(chromatic): i18n compile before running chromatic
This commit is contained in:
parent
359d5504cb
commit
d6ac413e99
1 changed files with 4 additions and 0 deletions
4
.github/workflows/chromatic.yml
vendored
4
.github/workflows/chromatic.yml
vendored
|
|
@ -25,6 +25,10 @@ jobs:
|
|||
working-directory: next-ui
|
||||
run: npm ci
|
||||
|
||||
- name: npm i18n:compile
|
||||
working-directory: next-ui
|
||||
run: npm i18n:compile
|
||||
|
||||
- name: Run Chromatic
|
||||
uses: chromaui/action@latest
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue