You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason .eslintcache was shipped with v29.4.0 packages. I checked few of the packages, the file was included in each of them. Older versions of the same packages do not include .eslintcache.
Would be easy to add it to .npmignore, but why did that happen only with this release?
Additional context
No response
Environment
N/A
The text was updated successfully, but these errors were encountered:
Weird. Running npm pack in each module excludes it (I would assume all dotfiles were skipped by default). Not sure why running Lerna would result in something different.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.4.0
Steps to reproduce
See: https://www.npmjs.com/package/jest-runner/v/29.4.0?activeTab=explore
Expected behavior
.eslintcache
should not be shipped to NPM.Actual behavior
For some reason
.eslintcache
was shipped with v29.4.0 packages. I checked few of the packages, the file was included in each of them. Older versions of the same packages do not include.eslintcache
.Would be easy to add it to
.npmignore
, but why did that happen only with this release?Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: