Display errors when building the editor for docs#18811
Conversation
📢 Changelog entry reminderHi there! 👋 Thanks for opening this pull request! If your changes affect end users, please add a changelog entry to describe them. ✍️ How toRun the following command: yarn run niceThis guide will help you create a new changelog file. You can add as many entries as needed – one per distinct change. Note Skip internal changes, such as typo fixes or refactors, as they won't be included in the published changelog. Tip Reviewers do not need to copy anything into the merge commit message when merging the pull request. |
|
What about an error in case of building the Premium features package? Will it be displayed, too? |
This function builds both the core and commercial packages, so errors from both are now displayed properly. |
🚀 Summary
Show the actual error that caused the docs build to fail instead of only showing a generic
error Command failed with exit code 1message.📌 Related issues
💡 Additional information
Before:

After:
