From 4e5b2ac80058cadd1570c80614e4df9f246c1261 Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 4 Sep 2025 18:39:27 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=A0=87=E5=BF=97=E4=BB=A5=E7=AE=80=E5=8C=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 yarn add 命令中的 --production=false 标志,因为在此上下文中不需要区分生产环境依赖 --- .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 44c70b82c9..1abe7cc27a 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 --production=false --no-lockfile openai cli-progress tsx + yarn add --no-lockfile openai cli-progress tsx - name: 🏃‍♀️ Translate run: yarn run tsx scripts/update-i18n.ts