ci(workflow): 更新依赖安装命令以跳过构建步骤

This commit is contained in:
icarus 2025-09-04 18:40:09 +08:00
parent 4e5b2ac800
commit ca7c0a17b7

View File

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