ci(chromatic): i18n compile before running chromatic

This commit is contained in:
Gauthier Roebroeck 2025-07-03 16:34:36 +08:00
parent 5e21bc518f
commit 7d3cbf1887

View file

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