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
The issue wasn't present before because the entire tests folder was excluded from the published npm package.
Expected Behavior
Usually only relevant production files need to be included in the published package. If the change was on purpose another quick-fix for this specific issue would be to remove the non-standard character from the "snow" folder name
The text was updated successfully, but these errors were encountered:
Prerequisites
Last working version
1.0.0
Stopped working in version
2.0.0
Node.js version
all
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
13.2.1
💥 Regression Report
In a PR released with
2.0.0
(#6) thefiles
field in package.json was removed.Due to this all files of the repo are now included in the published npm package (tests, benchmarks, examples etc.).
Steps to Reproduce
I only noticed this because in our CI environment Mend security scans started failing with this error message while resolving the dependency tree:
This seems to be caused by the snowman emoji in this folder name:
https://github.com/fastify/send/tree/master/test/fixtures/snow%20%E2%98%83
The issue wasn't present before because the entire tests folder was excluded from the published npm package.
Expected Behavior
Usually only relevant production files need to be included in the published package. If the change was on purpose another quick-fix for this specific issue would be to remove the non-standard character from the "snow" folder name
The text was updated successfully, but these errors were encountered: