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