ci(workflow): 移除不必要的生产环境标志以简化依赖安装
移除 yarn add 命令中的 --production=false 标志,因为在此上下文中不需要区分生产环境依赖
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user