mirror of
https://github.com/gotson/komga.git
synced 2026-01-30 12:03:52 +01:00
ci(chromatic): i18n compile before running chromatic
This commit is contained in:
parent
5e21bc518f
commit
7d3cbf1887
1 changed files with 2 additions and 2 deletions
4
.github/workflows/chromatic.yml
vendored
4
.github/workflows/chromatic.yml
vendored
|
|
@ -25,9 +25,9 @@ jobs:
|
|||
working-directory: next-ui
|
||||
run: npm ci
|
||||
|
||||
- name: npm i18n:compile
|
||||
- name: i18n:compile
|
||||
working-directory: next-ui
|
||||
run: npm i18n:compile
|
||||
run: npm run i18n:compile
|
||||
|
||||
- name: Run Chromatic
|
||||
uses: chromaui/action@latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue