Most common issues during build are going to be due to problems with the bibtex file (e.g., typo in field names, like athor). So add a bibtex linter as the first step of the build. There are many of them, so just pick one that looks good.
And ensure that there's nothing special about the main bibtex file that we'd need to ignore. If I recall, all the "extra" stuff lives in the bibaux file. So ideally come up with a quick linter for that as well.
Most common issues during build are going to be due to problems with the bibtex file (e.g., typo in field names, like
athor). So add a bibtex linter as the first step of the build. There are many of them, so just pick one that looks good.And ensure that there's nothing special about the main bibtex file that we'd need to ignore. If I recall, all the "extra" stuff lives in the bibaux file. So ideally come up with a quick linter for that as well.