ci(chromatic): i18n compile before running chromatic

This commit is contained in:
Gauthier Roebroeck 2025-07-03 16:29:59 +08:00
parent 359d5504cb
commit d6ac413e99

View file

@ -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: