diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 36553d069..442c36415 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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: