typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
689 stars 172 forks source link

`TypeDoc exited with an error` but got exit code 0 #583

Closed axel7083 closed 3 months ago

axel7083 commented 4 months ago

In our CI pipeline we were not able to caught an error in the building process

Here are the final logs. We got the logs stating there are an error, but still got an exit code 0, allowing the pipeline to continue its job.

[docusaurus-plugin-typedoc] TypeDoc exited with an error. Use the "skipErrorChecking" option to disable TypeDoc error checking.
Done in 16.47s.
tgreyuk commented 3 months ago

Released in docusaurus-plugin-typedoc@1.0.0-next.28