From 7d3cbf1887f0d3226542d2a421d414c8ca3b35d5 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 3 Jul 2025 16:34:36 +0800 Subject: [PATCH] ci(chromatic): i18n compile before running chromatic --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 442c36415..a74b1b0f6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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