ci(workflow): 移除不必要的生产环境标志以简化依赖安装

移除 yarn add 命令中的 --production=false 标志,因为在此上下文中不需要区分生产环境依赖
This commit is contained in:
icarus 2025-09-04 18:39:27 +08:00
parent 3ea9cddc77
commit 4e5b2ac800

View File

@ -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