-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: add @types/serve-static
to dependencies
#4468
fix: add @types/serve-static
to dependencies
#4468
Conversation
|
3f0fe64
to
42313e9
Compare
Codecov Report
@@ Coverage Diff @@
## master #4468 +/- ##
==========================================
- Coverage 92.31% 92.19% -0.13%
==========================================
Files 16 16
Lines 1601 1601
Branches 604 604
==========================================
- Hits 1478 1476 -2
- Misses 112 114 +2
Partials 11 11
Continue to review full report at Codecov.
|
I tweaked the commit message to try and match standard changelog. |
@types/serve-static
to dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should do patch release, pinned, will merge after CI
For Bugs and Features; did you add new tests?
This change should be covered by the
lint-types
npm script.Motivation / Use-Case
Fix #4467 with Yarn PnP and Typescript.
Breaking Changes
Additional Info