From ca7c0a17b7226bbbe7274f0670ed7b960357d52d Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 4 Sep 2025 18:40:09 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4=E4=BB=A5=E8=B7=B3?= =?UTF-8?q?=E8=BF=87=E6=9E=84=E5=BB=BA=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-i18n.yml b/.github/workflows/auto-i18n.yml index 1abe7cc27a..f483bf4503 100644 --- a/.github/workflows/auto-i18n.yml +++ b/.github/workflows/auto-i18n.yml @@ -35,7 +35,7 @@ jobs: - name: 📦 Install only required dependencies run: | yarn config set nodeLinker node-modules - yarn add --no-lockfile openai cli-progress tsx + yarn add --mode=skip-build openai cli-progress tsx - name: 🏃‍♀️ Translate run: yarn run tsx scripts/update-i18n.ts