From 7159c4cccf9b044bf2bcf75ef752ee7da1eaef37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 13 Apr 2025 02:42:40 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B8=85=E7=90=86=E5=82=BB=E9=80=BCnode?= =?UTF-8?q?=5Fmodules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/l10n.yml | 2 ++ 1 file changed, 2 insertions(+) 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: