-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(types): exclude tsconfig from types folder in publish flow #893
fix(types): exclude tsconfig from types folder in publish flow #893
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2b6262f:
|
Codecov Report
@@ Coverage Diff @@
## master #893 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 140 140
Branches 28 28
=========================================
Hits 140 140 Continue to review full report at Codecov.
|
🎉 This PR is included in version 11.2.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Port of testing-library/react-testing-library#893 Co-authored-by: Matan Borenkraout <[email protected]>
What: Include only the
.d.ts
files in the release files.Why: Resolves #883
How: Using a pattern in package.json
Checklist:
docs site