Closed codebycarson closed 7 months ago
Latest commit: 3ceb692407e70eebb33098302ee9451ea8b17e94
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.10%. Comparing base (
d40a31c
) to head (3ceb692
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When building the typedocs it fails because the typedocs is built outside of NX, so where other nx commands succeed the docs fails. To get around this I have installed
@sei-js/proto
during docs generation. This won't affect any other packages and is just used for importing types in cosmjs.