GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Fix autogen docs build #4488

Closed cmdcolin closed 4 months ago

cmdcolin commented 4 months ago

The autogen docs currently are run manually

The change from typescript 5.4 to 5.5 brought about a crash in the script though

This fixes the crash by adding a blank try/catch around it, could use a deeper investigation potentially, but this fixes it at a basic level