Closed astuyve closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.10%. Comparing base (
6a72730
) to head (a3d36f4
).:exclamation: Current head a3d36f4 differs from pull request most recent head b39c50f. Consider uploading reports for the commit b39c50f to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do?
Prevents #503.
The new ci-based release logic never used
set -e
, and thus whentsc
wasn't found, it published the typescript code (but not js) to npm:This PR should fix that, and installs tsc correctly.
Motivation
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply