fix(cmd-api-server): build occasionally broken - protoc-gen-ts #1563
Labels
API_Server
bug
Something isn't working
dependencies
Pull requests that update a dependency file
Developer_Experience
Describe the bug
Sometimes when I switch to the main branch and do a
yarn configure
it endsTo Reproduce
Switch branches, do rebuilds (a lot) because of working on a bunch of different things simultaneously + reviewing PRs and then it will probably happen around once a week that the build fails because the codegen script bugged out and forgot to generate the Typescript implementation files from the protocol buffers of the API server and you are getting errors from the tsc script because it's missing the TS source code it needs to compile everything.
Expected behavior
Build is stable.
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
1.0.0-rc.2
Hyperledger Cactus Plugins/Connectors Used
N/A
Additional context
This has been around for a while and I'm suspicious that it's a bug with
protoc-gen-ts
itself so the first step would be to try and upgrade that and see if it fixes the problem.The text was updated successfully, but these errors were encountered: