mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
ci(workflow): 移除不必要的生产环境标志以简化依赖安装
移除 yarn add 命令中的 --production=false 标志,因为在此上下文中不需要区分生产环境依赖
This commit is contained in:
parent
3ea9cddc77
commit
4e5b2ac800
2
.github/workflows/auto-i18n.yml
vendored
2
.github/workflows/auto-i18n.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user