Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect types generation #114

Merged
merged 1 commit into from
May 14, 2022

Conversation

sgtsquiggs
Copy link
Contributor

fixes #113

Was previously generating types for both src/ and tests/ resulting in the desired types at lib/types/src/... instead of lib/types/.... Using a custom tsconfig for types generation that resolves this.

@sgtsquiggs sgtsquiggs linked an issue May 14, 2022 that may be closed by this pull request
@sgtsquiggs sgtsquiggs requested a review from z3bi May 14, 2022 16:22
@sgtsquiggs sgtsquiggs self-assigned this May 14, 2022
@sgtsquiggs sgtsquiggs added the bug Something isn't working label May 14, 2022
@codecov
Copy link

codecov bot commented May 14, 2022

Codecov Report

Merging #114 (f5613da) into master (575083e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          19       19           
  Lines         646      646           
  Branches      123      123           
=======================================
  Hits          641      641           
  Misses          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 575083e...f5613da. Read the comment docs.

@sgtsquiggs sgtsquiggs merged commit ff91470 into master May 14, 2022
@sgtsquiggs sgtsquiggs deleted the 113-types-in-packagejson-points-to-wrong-file branch May 14, 2022 16:26
@github-actions
Copy link

🎉 This PR is included in version 4.4.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"types" in package.json points to wrong file
1 participant