davsclaus opened a new pull request, #1748:
URL: https://github.com/apache/camel-website/pull/1748
Follow-up to #1747.
The Website stage chained `yarn install && yarn clean && yarn workspaces
foreach --all install; ... yarn build-all`. The `;` meant a failed `yarn
install` still ran `yarn build-all` against whatever `node_modules` the
previous build left behind. That is why build 2786 reported a misleading
antora-ui-camel gulp error ("Did you forget to signal async completion?") when
the real failure was a YN0018 checksum mismatch during install.
This changes the `;` to `&&` so the stage fails at the install step and the
console log shows the actual cause.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01Ue7BFcXRDGZvRpovC3EtSR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]