diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 9d4bd6e9..7aef8d9b 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -47,6 +47,8 @@ jobs: - name: Compile po files to json working-directory: web run: pnpm run gettext:compile + - name: Clear node_modules + run: rm -rf node_modules - uses: stefanzweifel/git-auto-commit-action@v5 name: Commit changes with: