diff options
Diffstat (limited to '.github/workflows/translations.yml')
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index ee5eafb27a..0aa99fcdab 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -30,7 +30,7 @@ jobs: - name: Install JS dependencies working-directory: desktop shell: bash - run: npm ci + run: npm run ci - name: Verify translations shell: bash |
