Skip to content

🐛 fix: 在 CI 安装 workspace 依赖 - #35

Merged
liguochuan00 merged 1 commit into
mainfrom
codex/fix-workspace-install
Aug 17, 2026
Merged

🐛 fix: 在 CI 安装 workspace 依赖#35
liguochuan00 merged 1 commit into
mainfrom
codex/fix-workspace-install

Conversation

@liguochuan00

Copy link
Copy Markdown
Collaborator

问题

Core/CLI 拆分后,CI 和 npm 发布工作流没有安装 npm workspace 依赖,导致根 CLI 测试阶段无法解析 @double-coding/flow2spec-core

修复

  • 在 CI workflow 中加入 npm ci --ignore-scripts
  • 在 npm 发布 workflow 中加入 npm ci --ignore-scripts

验证

  • npm ci --ignore-scripts
  • npm test
  • git diff --check

避免 workspace 包未安装导致 Core 模块解析失败。
@liguochuan00
liguochuan00 merged commit cf6b88a into main Aug 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant