Files
mcpctl/.gitea/workflows
Michal 76a2956607
Some checks failed
CI/CD / lint (push) Successful in 41s
CI/CD / test (push) Successful in 54s
CI/CD / typecheck (push) Successful in 10m56s
CI/CD / build (push) Successful in 1m10s
CI/CD / docker (push) Failing after 27s
CI/CD / publish-rpm (push) Successful in 36s
CI/CD / deploy (push) Has been skipped
ci: use pnpm node_modules directly for bun compile (match local build)
The local build-rpm.sh successfully uses pnpm's node_modules with bun
compile. The CI was unnecessarily replacing node_modules with bun install,
which broke transitive workspace dependency resolution. Match the working
local approach instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 06:07:45 +00:00
..